(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.5 and 1.6

version 1.5, 2003/11/12 13:19:19 version 1.6, 2004/02/26 11:28:45
Line 95 
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,
       const CIMName & method)
     : _capabilities(capabilities)     : _capabilities(capabilities)
 { {
     // ATTN: validate arguments ???     // ATTN: validate arguments ???
Line 106 
Line 107 
     _physicalName = physicalName;     _physicalName = physicalName;
  
     _interfaceName = interfaceName;     _interfaceName = interfaceName;
   
       _method = method;
 } }
  
 ProviderName::~ProviderName(void) ProviderName::~ProviderName(void)
Line 179 
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.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2