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

version 1.4.6.2, 2004/03/03 12:33:57 version 1.12, 2006/11/14 18:34:56
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., 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.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // 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.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec 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 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 44 
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 64 
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;
     Uint32 getCapabilitiesMask(void) const;      String getLocation() const;
     CIMName getMethodName(void) const;      void setLocation(const String&);
       Uint32 getCapabilitiesMask() const;
       CIMName getMethodName() const;
     CIMNamespaceName getNameSpace() const;     CIMNamespaceName getNameSpace() const;
     CIMName getClassName() const;     CIMName getClassName() const;
  
Line 81 
Line 85 
     String _physicalName;     String _physicalName;
     String _interfaceName;     String _interfaceName;
     String _logicalName;     String _logicalName;
       String _location;
     Uint32 _capabilities;     Uint32 _capabilities;
  
     CIMName _method;     CIMName _method;
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2