--- trunk/OOPSE-2.0/src/io/Globals.hpp 2005/03/10 20:40:56 2110 +++ trunk/OOPSE-2.0/src/io/Globals.hpp 2005/04/15 22:04:00 2204 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -63,7 +63,7 @@ class Globals{ (public) */ class Globals{ -public: + public: Globals(); ~Globals(); @@ -190,7 +190,7 @@ class Globals{ (public) Component** getComponents( void ) { return components; } ZconStamp** getZconStamp( void ) { return zConstraints; } -private: + private: typedef std::map CommandMapType;