- Timestamp:
- Aug 16, 2013, 9:38:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/IdentifierManager.cc
r9651 r9652 104 104 105 105 std::set<Identifier*> initializedIdentifiers; 106 107 // ensure root context exists before starting to create objects. if the root context is dynamically created while creating the class hierarchy, we 108 // would mistakenly assume the class of the currently created object inherits from Context 109 Context::getRootContext(); 106 110 107 111 // iterate over all identifiers, create one instance of each class and initialize the identifiers
Note: See TracChangeset
for help on using the changeset viewer.