ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/GenericData.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/GenericData.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2577 by gezelter, Wed Feb 1 17:26:43 2006 UTC

# Line 189 | Line 189 | namespace oopse{
189      VectorTypeData(const std::string& id)
190        : GenericData(id){}
191              
192 <    VectorTypeData(const SelfType& s) : SelfType(s){}
192 >    VectorTypeData(const SelfType& s) : data_(s){}
193  
194      SelfType& operator =(const SelfType& s){
195        if (this == &s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines