(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.38 and 1.39

version 1.38, 2006/02/17 19:30:37 version 1.39, 2007/09/13 08:20:41
Line 85 
Line 85 
         @param name A character string containing the CIM name.         @param name A character string containing the CIM name.
         @exception InvalidNameException If the character string does not         @exception InvalidNameException If the character string does not
             contain a valid CIM name.             contain a valid CIM name.
           @exception All exceptions thrown by String(const char* str) can be
               thrown here
     */     */
     CIMName(const char* name);     CIMName(const char* name);
  
Line 192 
Line 194 
         @return A reference to this CIMName object.         @return A reference to this CIMName object.
         @exception InvalidNameException If the character string does not         @exception InvalidNameException If the character string does not
             contain a valid CIM name.             contain a valid CIM name.
           @exception All exceptions thrown by String(const char* str) can be
               thrown here
     */     */
     CIMName& operator=(const char* name);     CIMName& operator=(const char* name);
  
Line 273 
Line 277 
         @param name A character string containing the CIM namespace name.         @param name A character string containing the CIM namespace name.
         @exception InvalidNameException If the character string does not         @exception InvalidNameException If the character string does not
             contain a valid CIM namespace name.             contain a valid CIM namespace name.
           @exception All exceptions thrown by String(const char* str) can be
               thrown here
     */     */
     CIMNamespaceName(const char* name);     CIMNamespaceName(const char* name);
  
Line 382 
Line 388 
         @return A reference to this CIMNamespaceName object.         @return A reference to this CIMNamespaceName object.
         @exception InvalidNameException If the character string does not         @exception InvalidNameException If the character string does not
             contain a valid CIM namespace name.             contain a valid CIM namespace name.
           @exception All exceptions thrown by String(const char* str) can be
               thrown here
     */     */
     CIMNamespaceName& operator=(const char* name);     CIMNamespaceName& operator=(const char* name);
  


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2