(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.10

version 1.4.6.2, 2004/03/03 12:33:57 version 1.10, 2005/02/05 23:00:26
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // 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.
 // //
 // 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 70 
Line 74 
     String getPhysicalName() const;     String getPhysicalName() const;
     void setPhysicalName(const String & physicalName);     void setPhysicalName(const String & physicalName);
     String getInterfaceName(void) const;     String getInterfaceName(void) const;
       String getLocation(void) const;
       void   setLocation(const String &);
     Uint32 getCapabilitiesMask(void) const;     Uint32 getCapabilitiesMask(void) const;
     CIMName getMethodName(void) const;     CIMName getMethodName(void) const;
     CIMNamespaceName getNameSpace() const;     CIMNamespaceName getNameSpace() const;
Line 81 
Line 87 
     String _physicalName;     String _physicalName;
     String _interfaceName;     String _interfaceName;
     String _logicalName;     String _logicalName;
       String _location;
     Uint32 _capabilities;     Uint32 _capabilities;
  
     CIMName _method;     CIMName _method;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2