Ignore:
Timestamp:
Apr 1, 2010, 12:16:29 PM (15 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
d3513b
Parents:
2704e2 (diff), 770138 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge Till's structure refactoring

Merge commit 'till/StructureRefactoring' into StateAndFormatParser

Conflicts:

molecuilder/src/Makefile.am
molecuilder/src/unittests/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Parser/ChangeTracker.cpp

    r2704e2 r0f7883  
    1515ChangeTracker::ChangeTracker() {
    1616  isConsistent = true;
    17   World::get()->signOn(this);
     17  World::getInstance().signOn(this);
    1818}
    1919
     
    2222 */
    2323ChangeTracker::~ChangeTracker() {
    24   World::get()->signOff(this);
     24  World::getInstance().signOff(this);
    2525}
    2626
Note: See TracChangeset for help on using the changeset viewer.