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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderType.cpp between version 1.2 and 1.3

version 1.2, 2003/10/22 14:26:12 version 1.3, 2004/01/27 13:48:11
Line 32 
Line 32 
 #include "ProviderType.h" #include "ProviderType.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
   /*
 const Uint32 ProviderType::INSTANCE = 0x00000002; const Uint32 ProviderType::INSTANCE = 0x00000002;
 const Uint32 ProviderType::CLASS = 0x00000003; const Uint32 ProviderType::CLASS = 0x00000003;
 const Uint32 ProviderType::METHOD = 0x00000004; const Uint32 ProviderType::METHOD = 0x00000004;
Line 40 
Line 40 
 const Uint32 ProviderType::QUERY = 0x00000006; const Uint32 ProviderType::QUERY = 0x00000006;
 const Uint32 ProviderType::INDICATION = 0x00000007; const Uint32 ProviderType::INDICATION = 0x00000007;
 const Uint32 ProviderType::CONSUMER = 0x00000008; const Uint32 ProviderType::CONSUMER = 0x00000008;
   */
   const Uint32 ProviderType::INSTANCE = 0x00000002;
   const Uint32 ProviderType::CLASS = 0x00000001;
   const Uint32 ProviderType::METHOD = 0x00000005;
   const Uint32 ProviderType::ASSOCIATION = 0x00000003;
   const Uint32 ProviderType::QUERY = 0x00000007;
   const Uint32 ProviderType::INDICATION = 0x00000004;
   const Uint32 ProviderType::CONSUMER = 0x00000008;
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2