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

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderType.h between version 1.2 and 1.5.2.1

version 1.2, 2003/10/16 23:09:20 version 1.5.2.1, 2004/03/02 19:43:41
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // 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.
 // //
 // 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 27 
Line 29 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_InternalProviderName_h  #ifndef Pegasus_ProviderType_h
 #define Pegasus_InternalProviderName_h  #define Pegasus_ProviderType_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
  
 #include <Pegasus/Server/Linkage.h>  #include <Pegasus/ProviderManager2/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class PEGASUS_SERVER_LINKAGE ProviderType  class PEGASUS_PPM_LINKAGE ProviderType
 { {
 public: public:
     // these constants have the same value as those in DynamicRoutingTable.      // these constants have the same value as those defined in Registration Manager.
   
       #define ProviderType_CLASS 0x00000001
   
       #define ProviderType_INSTANCE 0x00000002
   
       #define ProviderType_ASSOCIATION 0x00000003
   
       #define ProviderType_INDICATION 0x00000004
   
       #define ProviderType_METHOD 0x00000005
   
       #define ProviderType_CONSUMER 0x00000006
   
       #define ProviderType_QUERY 0x00000007
   
     static const Uint32 INSTANCE;     static const Uint32 INSTANCE;
     static const Uint32 CLASS;     static const Uint32 CLASS;
     static const Uint32 METHOD;     static const Uint32 METHOD;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2