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

Diff for /pegasus/src/Pegasus/ProviderManager2/ProviderName.cpp between version 1.2 and 1.6

version 1.2, 2003/10/17 04:30:37 version 1.6, 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 93 
Line 95 
     const String & logicalName,     const String & logicalName,
     const String & physicalName,     const String & physicalName,
     const String & interfaceName,     const String & interfaceName,
     const Uint32 capabilities)      const Uint32 capabilities,
     : _capabilities(0)      const CIMName & method)
       : _capabilities(capabilities)
 { {
     // ATTN: validate arguments ???     // ATTN: validate arguments ???
     _objectName = objectName;     _objectName = objectName;
Line 104 
Line 107 
     _physicalName = physicalName;     _physicalName = physicalName;
  
     _interfaceName = interfaceName;     _interfaceName = interfaceName;
   
       _method = method;
 } }
  
 ProviderName::~ProviderName(void) ProviderName::~ProviderName(void)
 { {
 } }
  
 /*  
 String ProviderName::toString(void) const String ProviderName::toString(void) const
 { {
     String s;     String s;
Line 125 
Line 130 
  
     return(s);     return(s);
 } }
 */  
  
 String ProviderName::getPhysicalName(void) const String ProviderName::getPhysicalName(void) const
 { {
Line 177 
Line 182 
     _capabilities = capabilities;     _capabilities = capabilities;
 } }
  
   
   CIMName ProviderName::getMethodName(void) const
   {
       return(_method);
   }
   
   void ProviderName::setMethodName(const CIMName & method)
   {
       _method = method;
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2