(file) Return to RepositoryUpgrade.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Clients / repupgrade

Diff for /pegasus/src/Clients/repupgrade/RepositoryUpgrade.h between version 1.16 and 1.17

version 1.16, 2013/04/09 05:53:06 version 1.17, 2013/05/07 06:57:44
Line 51 
Line 51 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
   #ifdef NS_INTEROP
   const CIMNamespaceName PEGASUS_NAMESPACE_PGINTEROP=
       CIMNamespaceName ("root/PG_InterOp");
   #endif
   
 /** /**
  
      The RepositoryUpgrade utility enables upgrade of a repository      The RepositoryUpgrade utility enables upgrade of a repository
Line 209 
Line 214 
     //     //
     static const Uint32 _OPTION_TYPE_VERSION;     static const Uint32 _OPTION_TYPE_VERSION;
  
   #ifdef NS_INTEROP
       //
       // The option character used for interop support.
       //
       static const char   _OPTION_INTEROP;
   
       //
       // The constant representing that interop option has been specified
       //
       static const Uint32 _OPTION_TYPE_INTEROP;
   
       //
       // Indicates whether root/PG_InterOp has to be changed to interop
       //
       Boolean _optionInterop;
   #endif
   
     //     //
     // Contains the old repository path.     // Contains the old repository path.
     //     //
Line 376 
Line 398 
                           const Array<CIMName>&         oldClasses,                           const Array<CIMName>&         oldClasses,
                           Array<CIMName>&       newClasses);                           Array<CIMName>&       newClasses);
  
   #ifdef NS_INTEROP
       void _processInstance( CIMInstance&, Array<CIMName>);
   #endif
   
     //     //
     // Processes the new classes in the hierarchical order and passes them to     // Processes the new classes in the hierarchical order and passes them to
     // _addClassToRepository.     // _addClassToRepository.


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2