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 2109 by tim, Thu Mar 10 20:28:17 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 51 | Line 51
51  
52   #include "io/BASS_interface.h"
53   #include "types/Component.hpp"
54 #include "io/LinkedCommand.hpp"
54   #include "types/MakeStamps.hpp"
55   #include "types/ZconStamp.hpp"
56  
# Line 64 | Line 63 | class Globals{ (public)
63   */
64   class Globals{
65    
66 < public:
66 > public:
67    
68    Globals();
69    ~Globals();
# Line 191 | 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