(file) Return to OptionManager.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/OptionManager.h between version 1.13 and 1.14

version 1.13, 2001/05/14 00:39:53 version 1.14, 2001/05/20 20:34:01
Line 38 
Line 38 
 class Option; class Option;
 struct OptionRow; struct OptionRow;
  
   PEGASUS_MEMORY_FUNCTIONS(Option*)
   
 /** The OptionManager class manages a collection of program options. /** The OptionManager class manages a collection of program options.
  
     <h4>Overview</h4>     <h4>Overview</h4>
Line 464 
Line 466 
 { {
     const char* optionName;     const char* optionName;
     const char* defaultValue;     const char* defaultValue;
     Boolean required;      int required;
     Option::Type type;     Option::Type type;
     char** domain;     char** domain;
     Uint32 domainSize;     Uint32 domainSize;


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2