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

Diff for /pegasus/src/Pegasus/Compiler/cimmofMRR.h between version 1.3.8.1 and 1.3.8.2

version 1.3.8.1, 2013/06/03 22:35:46 version 1.3.8.2, 2014/03/12 22:35:02
Line 27 
Line 27 
 // //
 ////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
  
   /** The MRR (Memory Resident Repository) .
    *  This class implements compiler output to generate input for
    *  a memory-resident repository in pegasus.  See PEP 307
    *  for details of the memory resident repository.
    *
    *  The output of the compiler for the memory resident
    *  repository is a set of C++ header and cpp file defining the
    *  classes defined in the mof input.
    *
    *  These will be compiled as part of the CIMRepository to
    *  produce a read-only class repository in memory.
   */
   
 #ifndef _cimmofMRR_h #ifndef _cimmofMRR_h
 #define _cimmofMRR_h #define _cimmofMRR_h
  
Line 42 
Line 55 
 # include <Pegasus/Common/ArrayInter.h> # include <Pegasus/Common/ArrayInter.h>
 #undef PEGASUS_ARRAY_T #undef PEGASUS_ARRAY_T
  
 /** The MRR (Memory Resident Repository) .  
 */  
 class PEGASUS_COMPILER_LINKAGE cimmofMRR class PEGASUS_COMPILER_LINKAGE cimmofMRR
 { {
 public: public:


Legend:
Removed from v.1.3.8.1  
changed lines
  Added in v.1.3.8.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2