diff options
-rw-r--r-- | codemaker/inc/codemaker/options.hxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx index ecd0e0a47..13af0ee17 100644 --- a/codemaker/inc/codemaker/options.hxx +++ b/codemaker/inc/codemaker/options.hxx @@ -2,9 +2,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-09-08 16:26:49 $ + * last change: $Author: rt $ $Date: 2005-01-31 15:27:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,16 +88,6 @@ typedef ::std::hash_map > OptionMap; #endif -class CannotDumpException -{ -public: - CannotDumpException(const ::rtl::OString& msg) - : m_message(msg) {} - - ::rtl::OString m_message; -}; - - class IllegalArgument { public: @@ -107,7 +97,6 @@ public: ::rtl::OString m_message; }; - class Options { public: |