(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.25 and 1.29

version 1.25, 2003/10/22 14:26:02 version 1.29, 2004/10/17 20:39:16
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., 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.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software 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 23 
Line 25 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Roger Kumpf, Hewlett Packard Company (roger_kumpf@hp.com)  
 //              Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Name_h #ifndef Pegasus_Name_h
Line 113 
Line 109 
         */         */
     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 127 
Line 119 
         */         */
     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 261 
Line 249 
         */         */
     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 275 
Line 259 
         */         */
     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.25  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2