# | 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{ | |
63 | */ | |
64 | class Globals{ | |
65 | ||
66 | < | public: |
66 | > | public: |
67 | ||
68 | Globals(); | |
69 | ~Globals(); | |
# | Line 190 | Line 190 | class Globals{ | |
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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |