Parent Directory
|
Revision Log
|
Patch
revision 1720 by jfenwick, Thu Aug 21 04:52:14 2008 UTC | revision 1721 by jfenwick, Fri Aug 22 00:39:32 2008 UTC | |
---|---|---|
# | Line 117 DataAbstract::setTaggedValue(int tagKey, | Line 117 DataAbstract::setTaggedValue(int tagKey, |
117 | void | void |
118 | DataAbstract::setTaggedValue(int tagKey, | DataAbstract::setTaggedValue(int tagKey, |
119 | const DataTypes::ShapeType& pointshape, | const DataTypes::ShapeType& pointshape, |
120 | const DataTypes::ValueType& value) | const DataTypes::ValueType& value, |
121 | int dataOffset) | |
122 | { | { |
123 | throw DataException("Error - DataAbstract::setTaggedValue: Data type does not have tag values."); | throw DataException("Error - DataAbstract::setTaggedValue: Data type does not have tag values."); |
124 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |