Ignore:
Timestamp:
Feb 5, 2010, 2:59:41 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d2d8f5
Parents:
181488
git-author:
Tillmann Crueger <crueger@…> (02/05/10 14:53:21)
git-committer:
Tillmann Crueger <crueger@…> (02/05/10 14:59:41)
Message:

Fixed some problems with the usage of Boost::threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World.hpp

    r181488 r42918b  
    1717class periodentafel;
    1818class MoleculeListClass;
     19class atom;
    1920
    2021class World : public Observable
     
    4950public:
    5051  MoleculeListClass *getMolecules();
     52
     53  // functions used for the WorldContent template mechanism
     54  void registerContent(atom *theAtom);
    5155private:
    5256  MoleculeListClass *molecules;
Note: See TracChangeset for help on using the changeset viewer.