summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/LocalException.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-03-26 14:49:01 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-03-26 14:49:01 +0000
commit737b4f7ae612af1d35b17c50dc2ed20aa7e62f25 (patch)
tree4fed4b1451ec87ac5b3fae5df5c5454a814190f9 /cppe/src/IceE/LocalException.cpp
parentTemporary fix (diff)
downloadice-737b4f7ae612af1d35b17c50dc2ed20aa7e62f25.tar.bz2
ice-737b4f7ae612af1d35b17c50dc2ed20aa7e62f25.tar.xz
ice-737b4f7ae612af1d35b17c50dc2ed20aa7e62f25.zip
Removed StringConverter
Diffstat (limited to 'cppe/src/IceE/LocalException.cpp')
-rwxr-xr-xcppe/src/IceE/LocalException.cpp51
1 files changed, 0 insertions, 51 deletions
diff --git a/cppe/src/IceE/LocalException.cpp b/cppe/src/IceE/LocalException.cpp
index cfcfd7ac37e..17498ad356b 100755
--- a/cppe/src/IceE/LocalException.cpp
+++ b/cppe/src/IceE/LocalException.cpp
@@ -1879,49 +1879,6 @@ Ice::MemoryLimitException::ice_throw() const
throw *this;
}
-
-Ice::StringConversionException::StringConversionException(const char* __file, int __line) :
-#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
- MarshalException(__file, __line)
-#else
- ::Ice::MarshalException(__file, __line)
-#endif
-{
-}
-
-Ice::StringConversionException::StringConversionException(const char* __file, int __line, const ::std::string& __reason) :
-#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
- MarshalException(__file, __line, __reason)
-#else
- ::Ice::MarshalException(__file, __line, __reason)
-#endif
-{
-}
-
-Ice::StringConversionException::~StringConversionException() throw()
-{
-}
-
-static const char* __Ice__StringConversionException_name = "Ice::StringConversionException";
-
-::std::string
-Ice::StringConversionException::ice_name() const
-{
- return __Ice__StringConversionException_name;
-}
-
-::Ice::Exception*
-Ice::StringConversionException::ice_clone() const
-{
- return new StringConversionException(*this);
-}
-
-void
-Ice::StringConversionException::ice_throw() const
-{
- throw *this;
-}
-
Ice::EncapsulationException::EncapsulationException(const char* __file, int __line) :
#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
MarshalException(__file, __line)
@@ -2439,14 +2396,6 @@ Ice::MemoryLimitException::toString() const
}
string
-Ice::StringConversionException::toString() const
-{
- string out = Exception::toString();
- out += ":\nprotocol error: string conversion failed";
- return out;
-}
-
-string
Ice::EncapsulationException::toString() const
{
string out = Exception::toString();