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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.h between version 1.76 and 1.76.14.1

version 1.76, 2008/05/19 18:53:38 version 1.76.14.1, 2008/08/20 23:05:54
Line 289 
Line 289 
     typedef HashTable <String, String, EqualNoCaseFunc, HashLowerCaseFunc>     typedef HashTable <String, String, EqualNoCaseFunc, HashLowerCaseFunc>
         NameSpaceAttributes;         NameSpaceAttributes;
  
     /** CIMMethod createNameSpace - Creates a new namespace in the repository  
         @param String with the name of the namespace  
         @exception - Throws "Already_Exists if the Namespace exits.  
         Throws "CannotCreateDirectory" if there are problems in the  
         creation.  
     */  
   
     void createNameSpace(const CIMNamespaceName& nameSpace,     void createNameSpace(const CIMNamespaceName& nameSpace,
         const NameSpaceAttributes& attributes = NameSpaceAttributes());         const NameSpaceAttributes& attributes = NameSpaceAttributes());
  
     void modifyNameSpace(const CIMNamespaceName& nameSpace,     void modifyNameSpace(const CIMNamespaceName& nameSpace,
         const NameSpaceAttributes& attributes = NameSpaceAttributes());         const NameSpaceAttributes& attributes = NameSpaceAttributes());
  
     /** CIMMethod enumerateNameSpaces - Get all of the namespaces in the  
         repository. \Ref{NAMESPACE}  
         @return Array of strings with the namespaces  
     */  
     Array<CIMNamespaceName> enumerateNameSpaces() const;     Array<CIMNamespaceName> enumerateNameSpaces() const;
  
     /** CIMMethod deleteNameSpace - Deletes a namespace in the repository.      /** Deletes a namespace in the repository.
         The deleteNameSpace method will only delete a namespace if there are         The deleteNameSpace method will only delete a namespace if there are
         no classed defined in the namespace.  Today this is a Pegasus         no classed defined in the namespace.  Today this is a Pegasus
         characteristics and not defined as part of the DMTF standards.         characteristics and not defined as part of the DMTF standards.


Legend:
Removed from v.1.76  
changed lines
  Added in v.1.76.14.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2