Added comment.

This commit is contained in:
Andreas Huggel 2008-12-11 09:41:51 +00:00
parent 38e7e14821
commit 0a1bcdb506

View File

@ -1211,7 +1211,7 @@ namespace Exiv2 {
ValueType() : Value(getType<T>()), pDataArea_(0), sizeDataArea_(0) {}
//! Constructor
ValueType(const byte* buf, long len, ByteOrder byteOrder);
//! Constructor
//! Constructor (Note: Argument \em byteOrder is ignored and deprecated)
explicit ValueType(const T& val, ByteOrder byteOrder =littleEndian);
//! Copy constructor
ValueType(const ValueType<T>& rhs);