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

Diff for /pegasus/src/Pegasus/Repository/NameSpaceManager.h between version 1.41 and 1.41.8.1

version 1.41, 2008/12/02 09:02:08 version 1.41.8.1, 2013/06/03 22:36:27
Line 100 
Line 100 
         Boolean shareable,         Boolean shareable,
         Boolean updatesAllowed);         Boolean updatesAllowed);
  
       void modifyNameSpaceName(
           const CIMNamespaceName& nameSpaceName,
           const CIMNamespaceName& newNameSpaceName);
   
     /** Deletes the given namespace.     /** Deletes the given namespace.
         @param nameSpaceName name of namespace to be deleted.         @param nameSpaceName name of namespace to be deleted.
         @exception CIMException(CIM_ERR_INVALID_NAMESPACE)         @exception CIMException(CIM_ERR_INVALID_NAMESPACE)
Line 195 
Line 199 
         const CIMNamespaceName& nameSpaceName,         const CIMNamespaceName& nameSpaceName,
         const CIMName& className) const;         const CIMName& className) const;
  
     /** Check whether the specified qualifier may be deleted      /** Check whether update to namespace allowed.
         @param nameSpaceName Namespace in which the qualifier exists.         @param nameSpaceName Namespace in which the qualifier exists.
         @param qualifierName Name of qualifier to be deleted.          @exception CIMException If the updates not allowed
         @exception CIMException If the class may not be deleted  
     */     */
     void checkSetOrDeleteQualifier(      void checkNameSpaceUpdateAllowed(
         const CIMNamespaceName& nameSpaceName,          const CIMNamespaceName& nameSpaceName) const;
         const CIMName& qualifierName) const;  
  
     /** Deletes the class file for the given class.     /** Deletes the class file for the given class.
         @param nameSpaceName name of namespace.         @param nameSpaceName name of namespace.


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.41.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2