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

Diff for /pegasus/src/Pegasus/Common/CIMName.h between version 1.24 and 1.27

version 1.24, 2003/10/15 16:40:22 version 1.27, 2004/06/15 18:38:24
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 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 111 
Line 113 
         */         */
     CIMName& operator=(const String& name);     CIMName& operator=(const String& name);
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  
     CIMName& operator=(const char* name);  
 #endif  
   
     /** Extracts the String value of the CIMName     /** Extracts the String value of the CIMName
             from the CIMName object.             from the CIMName object.
             @return String containing the name.             @return String containing the name.
Line 125 
Line 123 
         */         */
     const String& getString() const;     const String& getString() const;
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  
     operator String() const;  
 #endif  
   
     /** Tests the CIMName for NULL attribute.     /** Tests the CIMName for NULL attribute.
             @return true if Null or false if not Null.             @return true if Null or false if not Null.
             <pre>             <pre>
Line 259 
Line 253 
         */         */
     CIMNamespaceName& operator=(const String& name);     CIMNamespaceName& operator=(const String& name);
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  
     CIMNamespaceName& operator=(const char* name);  
 #endif  
   
     /** Extracts the String value of the CIMNamespaceName     /** Extracts the String value of the CIMNamespaceName
             from the object.             from the object.
             @return String containing the name.             @return String containing the name.
Line 273 
Line 263 
         */         */
     const String& getString() const;     const String& getString() const;
  
 #ifndef PEGASUS_REMOVE_DEPRECATED  
     operator String() const;  
 #endif  
   
     /** Tests the CIMNamespaceName for NULL attribute. Returns     /** Tests the CIMNamespaceName for NULL attribute. Returns
             true if Null.  New objects without parameter and objects             true if Null.  New objects without parameter and objects
             set with clear() are Null.  When a name is set into the             set with clear() are Null.  When a name is set into the


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.27

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2