(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.7 and 1.8

version 1.7, 2004/03/02 09:38:36 version 1.8, 2004/06/16 12:45:55
Line 100 
Line 100 
     return(_interfaceName);     return(_interfaceName);
 } }
  
   String ProviderName::getLocation(void) const
   {
       return(_location);
   }
   
   void ProviderName::setLocation(const String &location)
   {
       _location=location;
   }
   
 Uint32 ProviderName::getCapabilitiesMask(void) const Uint32 ProviderName::getCapabilitiesMask(void) const
 { {
     return(_capabilities);     return(_capabilities);


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2