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

Diff for /pegasus/src/Pegasus/Common/CIMScope.cpp between version 1.4 and 1.5

version 1.4, 2001/04/29 18:57:33 version 1.5, 2001/05/20 20:33:59
Line 31 
Line 31 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 namespace CIMScope  const Uint32 CIMScope::NONE = 0;
 {  const Uint32 CIMScope::CLASS = 1;
     const Uint32 NONE = 0;  const Uint32 CIMScope::ASSOCIATION = 2;
     const Uint32 CLASS = 1;  const Uint32 CIMScope::INDICATION = 4;
     const Uint32 ASSOCIATION = 2;  const Uint32 CIMScope::PROPERTY = 8;
     const Uint32 INDICATION = 4;  const Uint32 CIMScope::REFERENCE = 16;
     const Uint32 PROPERTY = 8;  const Uint32 CIMScope::METHOD = 32;
     const Uint32 REFERENCE = 16;  const Uint32 CIMScope::PARAMETER = 64;
     const Uint32 METHOD = 32;  const Uint32 CIMScope::ANY = (1 | 2 | 4 | 8 | 16 | 32 | 64 );
     const Uint32 PARAMETER = 64;  
     const Uint32 ANY = (1 | 2 | 4 | 8 | 16 | 32 | 64 );  
 }  
  
 String ScopeToString(Uint32 scope) String ScopeToString(Uint32 scope)
 { {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2