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

Diff for /pegasus/src/Pegasus/Common/CIMObjectPath.cpp between version 1.14 and 1.15

version 1.14, 2002/08/29 00:27:52 version 1.15, 2002/09/05 02:15:32
Line 756 
Line 756 
     _BubbleSort(_rep->_keyBindings);     _BubbleSort(_rep->_keyBindings);
 } }
  
 String CIMObjectPath::toString(Boolean includeHost) const  String CIMObjectPath::toString() const
 { {
     String objectName;     String objectName;
  
     // Get the host:     // Get the host:
  
     if (_rep->_host.size() && includeHost)      if (_rep->_host.size())
     {     {
         objectName = "//";         objectName = "//";
         objectName.append(_rep->_host);         objectName.append(_rep->_host);
Line 824 
Line 824 
     return objectName;     return objectName;
 } }
  
 String CIMObjectPath::_toStringCanonical(Boolean includeHost) const  String CIMObjectPath::_toStringCanonical() const
 { {
     CIMObjectPath ref = *this;     CIMObjectPath ref = *this;
  
Line 843 
Line 843 
  
     // ATTN-RK-20020826: Need to sort keys?     // ATTN-RK-20020826: Need to sort keys?
  
     return ref.toString(includeHost);      return ref.toString();
 } }
  
 Boolean CIMObjectPath::identical(const CIMObjectPath& x) const Boolean CIMObjectPath::identical(const CIMObjectPath& x) const


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2