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 2110 by gezelter, Thu Mar 10 20:40:56 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 63 | Line 63 | class Globals{ (public)
63   */
64   class Globals{
65    
66 < public:
66 > public:
67    
68    Globals();
69    ~Globals();
# Line 190 | Line 190 | class Globals{ (public)
190    Component** getComponents( void )   { return components; }
191    ZconStamp** getZconStamp( void )    { return zConstraints; }
192    
193 < private:
193 > private:
194    
195  
196    typedef std::map<std::string, int> CommandMapType;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines