2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef ADDRESS_VALUE_H
6 #define ADDRESS_VALUE_H
9 #include "IntegerValue.h"
12 class AddressValue
: public IntegerValue
{
14 AddressValue(const BVariant
& value
);
15 virtual ~AddressValue();
17 virtual bool ToString(BString
& _string
) const;
21 #endif // ADDRESS_VALUE_H