(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.1 and 1.5

version 1.1, 2003/10/08 16:30:46 version 1.5, 2004/10/17 20:40:01
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 - 2003 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 23 
Line 27 
 // //
 // 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 38 
Line 42 
 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.1  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2