Make UEFI boot-platform build again
[haiku.git] / headers / private / debugger / value / values / AddressValue.h
blob228cedfe978df4a7ecadac183aefaa458ca5ca73
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ADDRESS_VALUE_H
6 #define ADDRESS_VALUE_H
9 #include "IntegerValue.h"
12 class AddressValue : public IntegerValue {
13 public:
14 AddressValue(const BVariant& value);
15 virtual ~AddressValue();
17 virtual bool ToString(BString& _string) const;
21 #endif // ADDRESS_VALUE_H