(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.10 and 1.11

version 1.10, 2001/04/25 22:20:56 version 1.11, 2001/04/26 15:47:29
Line 231 
Line 231 
     void checkRequiredOptions() const;     void checkRequiredOptions() const;
  
     /** Lookup the option with the given name.     /** Lookup the option with the given name.
           @param - name provides the name of the option.
         @return 0 if no such option.         @return 0 if no such option.
     */     */
     const Option* lookupOption(const String& name) const;     const Option* lookupOption(const String& name) const;
  
     /** Lookup value of an option.     /** Lookup value of an option.
           @param - name provides the name of the option (ex. "port")
           @param - String parameter contains the String that contains the
           value for this parameter (in String format).
           @return - Boolean return. True if the option found.
     */     */
     Boolean lookupValue(const String& name, String& value) const;     Boolean lookupValue(const String& name, String& value) const;
  
Line 336 
Line 341 
         _defaultValue = defaultValue;         _defaultValue = defaultValue;
     }     }
  
     /** Accessor */      /** Accessor
           @return - Returns string representation of value
       */
     const String& getValue() const     const String& getValue() const
     {     {
         return _value;         return _value;


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2