(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.20 and 1.21

version 1.20, 2002/09/13 21:40:42 version 1.21, 2002/09/13 23:55:37
Line 97 
Line 97 
         @param - String to test         @param - String to test
         @return Returns true if the given name is legal.         @return Returns true if the given name is legal.
     */     */
     static Boolean legal(const String& name) throw();      static Boolean legal(const String& name);
  
 private: private:
     String cimName;     String cimName;
Line 163 
Line 163 
         @param - String to test         @param - String to test
         @return Returns true if the given name is legal.         @return Returns true if the given name is legal.
     */     */
     static Boolean legal(const String& name) throw();      static Boolean legal(const String& name);
  
 private: private:
     String cimNamespaceName;     String cimNamespaceName;


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2