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

Comparing branches/new_design/OOPSE-4/src/utils/GenericData.hpp (file contents):
Revision 1764 by tim, Wed Nov 3 16:08:43 2004 UTC vs.
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC

# Line 90 | Line 90 | namespace oopse{
90          public:
91              SimpleTypeData() :  GenericData(), data_(ElemDataType()) {}
92              SimpleTypeData(const std::string& id) : GenericData(id), data_(ElemDataType()) {}
93 <
93 >            SimpleTypeData(const std::string&id , const const ElemDataType& data) : GenericData(id), data_(data) {}
94              template<typename T>
95              SimpleTypeData(const SimpleTypeData<T>& s) {
96                  data_ = s.getData();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines