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

Diff for /pegasus/src/Pegasus/ProviderManager2/ProviderName.h between version 1.2 and 1.5

version 1.2, 2003/10/16 23:07:55 version 1.5, 2004/02/26 11:28:45
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 32 
Line 34 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/CIMName.h>
  
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
  
Line 56 
Line 59 
         const String & logicalName,         const String & logicalName,
         const String & physicalName,         const String & physicalName,
         const String & interfaceName,         const String & interfaceName,
         const Uint32 capabilities);          const Uint32 capabilities,
           const CIMName & method=CIMName());
  
     ~ProviderName(void);     ~ProviderName(void);
  
     //String toString(void) const;      String toString(void) const;
  
     String getObjectName(void) const;     String getObjectName(void) const;
     void setObjectName(const String & objectName);     void setObjectName(const String & objectName);
Line 77 
Line 81 
     Uint32 getCapabilitiesMask(void) const;     Uint32 getCapabilitiesMask(void) const;
     void setCapabilitiesMask(const Uint32 capabilities);     void setCapabilitiesMask(const Uint32 capabilities);
  
       CIMName getMethodName(void) const;
       void setMethodName(const CIMName & method);
   
 private: private:
     String _physicalName;     String _physicalName;
     String _interfaceName;     String _interfaceName;
Line 86 
Line 93 
  
     Uint32 _capabilities;     Uint32 _capabilities;
  
       CIMName _method;
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2