#include <coherence/util/ConverterCollections.hpp>
Inherits Object, and Converter.
Public Types | ||||
| typedef spec::Handle | Handle | |||
| UnsupportedConverter Handle definition. | ||||
| typedef spec::View | View | |||
| UnsupportedConverter View definition. | ||||
| typedef spec::Holder | Holder | |||
| UnsupportedConverter Holder definition. | ||||
Public Member Functions | ||||
| UnsupportedConverter () | ||||
| Create an UnsupportedConverter. | ||||
| virtual Object::Holder | convert (Object::Holder oh) const | |||
| Convert an Object referenced by the supplied holder.
| ||||
Static Public Member Functions | ||||
|
static UnsupportedConverter::View | getInstance () | |||
| Return a singleton instance of the UnsupportedConverter. | ||||
Create an UnsupportedConverter.
return a handle to the new UnsupportedConverter
| virtual Object::Holder convert | ( | Object::Holder | oh | ) | const [virtual] |