diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-04-02 01:28:59 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-04-02 01:28:59 +0000 |
commit | 2c7658451fb8e832451f758648dea584a13fd9ce (patch) | |
tree | f23c606d3785af50917c9b459070d601244c4b9b /cpp/src/IceBox/Exception.cpp | |
parent | adding future ops (diff) | |
download | ice-2c7658451fb8e832451f758648dea584a13fd9ce.tar.bz2 ice-2c7658451fb8e832451f758648dea584a13fd9ce.tar.xz ice-2c7658451fb8e832451f758648dea584a13fd9ce.zip |
initial clean-up
Diffstat (limited to 'cpp/src/IceBox/Exception.cpp')
-rw-r--r-- | cpp/src/IceBox/Exception.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cpp/src/IceBox/Exception.cpp b/cpp/src/IceBox/Exception.cpp deleted file mode 100644 index 342349c4b1d..00000000000 --- a/cpp/src/IceBox/Exception.cpp +++ /dev/null @@ -1,23 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#include <IceBox/IceBox.h> -#include <Ice/Stream.h> - -using namespace std; -using namespace Ice; -using namespace IceInternal; - -void -IceBox::ServiceFailureException::ice_print(ostream& out) const -{ - Exception::ice_print(out); - out << ":\nservice failure exception"; -} |