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

version 1.2, 2003/10/17 04:30:37 version 1.5, 2003/11/12 13:19:19
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 94 
Line 96 
     const String & physicalName,     const String & physicalName,
     const String & interfaceName,     const String & interfaceName,
     const Uint32 capabilities)     const Uint32 capabilities)
     : _capabilities(0)      : _capabilities(capabilities)
 { {
     // ATTN: validate arguments ???     // ATTN: validate arguments ???
     _objectName = objectName;     _objectName = objectName;
Line 110 
Line 112 
 { {
 } }
  
 /*  
 String ProviderName::toString(void) const String ProviderName::toString(void) const
 { {
     String s;     String s;
Line 125 
Line 127 
  
     return(s);     return(s);
 } }
 */  
  
 String ProviderName::getPhysicalName(void) const String ProviderName::getPhysicalName(void) const
 { {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2