(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.12 and 1.15

version 1.12, 2002/05/16 18:25:49 version 1.15, 2002/07/18 17:06:28
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // 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 36 
Line 37 
  
 /** /**
     The name class defines static methods for handling CIM names.     The name class defines static methods for handling CIM names.
       There is no public constructor, and no instances can be created.
       <p>
     The names of classes, properties, qualifiers, and methods are all     The names of classes, properties, qualifiers, and methods are all
     CIM names. A CIM name must match the following regular     CIM names. A CIM name must match the following regular
     expression:     expression:
Line 54 
Line 57 
 { {
 public: public:
  
       //  ATTN: Define what is legal
     /** legal - Determine if the name string input is legal as     /** legal - Determine if the name string input is legal as
         defnined in the CIMName class definition         defnined in the CIMName class definition
         ATTN: Define what is legal  
         @param - String to test         @param - String to test
         @return Returns true if the given name is legal. Throws          @return Returns true if the given name is legal.
         NullPointer exception if name argument is null.  
     */  
     static Boolean legal(const Char16* name) throw();  
   
     /** legal - Determine if the name string input is legal as  
         defnined in the CIMName class definition  
         @param - String to test  
         @return Returns true if the given name is legal. Throws  
         NullPointer exception if name argument is null.  
     */     */
     static Boolean legal(const String& name) throw();     static Boolean legal(const String& name) throw();
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2