(file) Return to CimomMessage.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / _cimom / Attic

Diff for /pegasus/src/Pegasus/_cimom/Attic/CimomMessage.cpp between version 1.3 and 1.4

version 1.3, 2001/12/27 02:09:54 version 1.4, 2001/12/27 23:40:49
Line 31 
Line 31 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   
 const Uint32 cimom_results::OK =                        0x00000000; const Uint32 cimom_results::OK =                        0x00000000;
 const Uint32 cimom_results::PARAMETER_ERROR =           0x00000001; const Uint32 cimom_results::PARAMETER_ERROR =           0x00000001;
 const Uint32 cimom_results::MODULE_ALREADY_REGISTERED = 0x00000002; const Uint32 cimom_results::MODULE_ALREADY_REGISTERED = 0x00000002;
Line 47 
Line 46 
 const Uint32 cimom_results::ASYNC_RESUMED =             0x0000000a; const Uint32 cimom_results::ASYNC_RESUMED =             0x0000000a;
  
 const Uint32 cimom_results::SERVICE_STARTED =           0x0000000b; const Uint32 cimom_results::SERVICE_STARTED =           0x0000000b;
 const Uint32 cimom_results::SERVICE_STOPPED =           0x0000000c;  const Uint32 cimom_results::SERVICE_STOPPED_ =          0x0000000c;
 const Uint32 cimom_results::SERVICE_PAUSED =            0x0000000d;  
   const Uint32 cimom_results::SERVICE_PAUSED_ =           0x0000000d;
 const Uint32 cimom_results::SERVICE_RESUMED =           0x0000000e; const Uint32 cimom_results::SERVICE_RESUMED =           0x0000000e;
 const Uint32 cimom_results::NAK =                       0x0000000f; const Uint32 cimom_results::NAK =                       0x0000000f;
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2