ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/test/brains/Atom.cpp
(Generate patch)

Comparing trunk/OOPSE-2.0/test/brains/Atom.cpp (file contents):
Revision 1690 by tim, Fri Oct 29 16:20:50 2004 UTC vs.
Revision 1691 by tim, Mon Nov 1 19:57:07 2004 UTC

# Line 23 | Line 23 | namespace oopse {
23   *
24   */
25  
26 + #include "primitives/Atom.hpp"
27   namespace oopse {
28  
29 < Atom::Atom() : objType_(otAtom), storage_(&Snapshot::atomData){
29 > Atom::Atom(AtomType* at) : StuntDouble(otAtom, &Snapshot::atomData) ,atomType_(at) {
30  
31   }
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines