(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.2.4.1

version 1.2, 2003/10/22 14:26:12 version 1.2.4.1, 2004/03/02 21:34:42
Line 25 
Line 25 
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com) // Author: Chip Vincent (cvincent@us.ibm.com)
 // //
 // Modified By:  // Modified By: Adrain Schuur (schuur@de-ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #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::CLASS = ProviderType_CLASS;
   
   const Uint32 ProviderType::INSTANCE = ProviderType_INSTANCE;
   
   const Uint32 ProviderType::ASSOCIATION = ProviderType_ASSOCIATION;
   
   const Uint32 ProviderType::INDICATION = ProviderType_INDICATION;
   
   const Uint32 ProviderType::METHOD = ProviderType_METHOD;
   
   const Uint32 ProviderType::CONSUMER = ProviderType_CONSUMER;
  
   const Uint32 ProviderType::QUERY = ProviderType_QUERY;
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2