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

Diff for /pegasus/src/Pegasus/Common/Executor.h between version 1.8 and 1.9

version 1.8, 2008/12/02 09:00:47 version 1.9, 2010/10/29 05:29:50
Line 142 
Line 142 
  
     /** Start a provider agent as the given user. The provider agent will     /** Start a provider agent as the given user. The provider agent will
         load the given provider module.         load the given provider module.
           @param type of provider module (32 or 64 bit)
         @param module name of provider module to be loaded.         @param module name of provider module to be loaded.
         @param pegasusHome the Pegasus home directory to use to find the         @param pegasusHome the Pegasus home directory to use to find the
             cimprovagt executable.             cimprovagt executable.
Line 154 
Line 154 
         @return 0=success, -1=failure         @return 0=success, -1=failure
     */     */
     static int startProviderAgent(     static int startProviderAgent(
           unsigned short bitness,
         const char* module,         const char* module,
         const String& pegasusHome,         const String& pegasusHome,
         const String& userName,         const String& userName,


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2