(file) Return to Path.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Path.h between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2007/01/10 01:59:28 version 1.1.2.4, 2007/01/10 21:44:31
Line 57 
Line 57 
     char** argv,     char** argv,
     char path[EXECUTOR_BUFFER_SIZE]);     char path[EXECUTOR_BUFFER_SIZE]);
  
   int LocateTraceFilePath(
       int argc,
       char** argv,
       char path[EXECUTOR_BUFFER_SIZE]);
   
   int LocateKeyFile(
       int argc,
       char** argv,
       char path[EXECUTOR_BUFFER_SIZE]);
   
   int LocateSslTrustStore(
       int argc,
       char** argv,
       char path[EXECUTOR_BUFFER_SIZE]);
   
   int LocateCrlStore(
       int argc,
       char** argv,
       char path[EXECUTOR_BUFFER_SIZE]);
   
 #endif /* _Executor_Path_h */ #endif /* _Executor_Path_h */


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2