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

Diff for /pegasus/src/Pegasus/Compiler/cimmofParser.h between version 1.4 and 1.5

version 1.4, 2001/03/05 21:54:29 version 1.5, 2001/04/24 00:00:14
Line 27 
Line 27 
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
 #include "memobjs.h" #include "memobjs.h"
 #include "objname.h" #include "objname.h"
 #include <string>  
  
 extern int cimmof_parse(); // the yacc parser entry point extern int cimmof_parse(); // the yacc parser entry point
  
Line 52 
Line 51 
  
   // Here are the members added by this specialization   // Here are the members added by this specialization
   const mofCompilerOptions *_cmdline;   const mofCompilerOptions *_cmdline;
   string _includefile;  // temp storage for included file to be entered    String _includefile;  // temp storage for included file to be entered
   cimmofRepository *_repository; // the repository object to use   cimmofRepository *_repository; // the repository object to use
   String _defaultNamespacePath;  // The path we'll use if none is given   String _defaultNamespacePath;  // The path we'll use if none is given
   String _currentNamespacePath;  // a namespace set from a #pragma   String _currentNamespacePath;  // a namespace set from a #pragma


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2