(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.11 and 1.12

version 1.11, 2006/01/30 16:18:01 version 1.12, 2006/11/14 18:34:56
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com)  
 //  
 // Modified By:  Adrian Schuur (schuur@de.ibm.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_ProviderName_h #ifndef Pegasus_ProviderName_h
Line 50 
Line 46 
 class PEGASUS_PPM_LINKAGE ProviderName class PEGASUS_PPM_LINKAGE ProviderName
 { {
 public: public:
     ProviderName(void);      ProviderName();
  
     ProviderName(     ProviderName(
         const String & logicalName,         const String & logicalName,
Line 70 
Line 66 
         const Uint32 capabilities,         const Uint32 capabilities,
         const CIMName & method=CIMName());         const CIMName & method=CIMName());
  
    ~ProviderName(void);     ~ProviderName();
  
     String getLogicalName() const;     String getLogicalName() const;
     String getPhysicalName() const;     String getPhysicalName() const;
     void   setPhysicalName(const String & physicalName);     void   setPhysicalName(const String & physicalName);
     String getInterfaceName(void) const;      String getInterfaceName() const;
     String getLocation(void) const;      String getLocation() const;
     void   setLocation(const String &);     void   setLocation(const String &);
     Uint32 getCapabilitiesMask(void) const;      Uint32 getCapabilitiesMask() const;
     CIMName getMethodName(void) const;      CIMName getMethodName() const;
     CIMNamespaceName getNameSpace() const;     CIMNamespaceName getNameSpace() const;
     CIMName getClassName() const;     CIMName getClassName() const;
  
Line 93 
Line 89 
     Uint32 _capabilities;     Uint32 _capabilities;
  
     CIMName _method;     CIMName _method;
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2