ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Globals.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/Globals.hpp (file contents):
Revision 2373 by tim, Mon Oct 17 03:06:29 2005 UTC vs.
Revision 2376 by tim, Mon Oct 17 19:22:31 2005 UTC

# Line 115 | Line 115 | class ParameterBase {
115   class ParameterBase {
116    public:    
117      ParameterBase() : keyword_(), optional_(false), defaultValue_(false), empty_(true) {}
118 +    virtual ~ParameterBase() {}
119      bool isOptional() {return optional_;}
120      void setOptional(bool optional) {optional_ = optional;}
121      bool hasDefaultValue() {return defaultValue_;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines