Continue development of Authentication Token Validation Service and

the use of it by AuthTokenValidate.
This commit is contained in:
Juan Carlos Luciani
2006-09-08 15:44:32 +00:00
parent e77685f605
commit 20608a9f65
10 changed files with 125 additions and 29 deletions

View File

@@ -116,7 +116,7 @@ IpcClientOpenUnixRemoteEndPoint(
// Note: The service should have been initialized before calling
// this procedure.
//
// L0
// L1
//=======================================================================--
{
int retStatus = -1;
@@ -216,7 +216,7 @@ IpcClientOpenInetRemoteEndPoint(
// Note: The service should have been initialized before calling
// this procedure.
//
// L0
// L2
//=======================================================================--
{
int retStatus = -1;
@@ -305,7 +305,7 @@ IpcClientCloseRemoteEndPoint(
// Note: The service should have been initialized before calling
// this procedure.
//
// L0
// L2
//=======================================================================--
{
int retStatus = -1;
@@ -398,7 +398,7 @@ IpcClientSubmitReq(
// The buffer returned with the server data must be released
// by the calling application by calling free().
//
// L0
// L2
//=======================================================================--
{
int retStatus = -1;
@@ -485,7 +485,7 @@ IpcClientInit(
// Note: It is necessary to call the appropriate function to
// set the server address before a request can be submitted.
//
// L1
// L2
//=======================================================================--
{
int retStatus = -1;
@@ -552,7 +552,7 @@ IpcClientShutdown(void)
//
// Abstract: Method to shutdown the IPC infrastructure for process.
//
// L0
// L2
//=======================================================================--
{
DbgTrace(1, "IpcClientShutdown- Start\n", 0);