summaryrefslogtreecommitdiff
path: root/cpp/src/IceBox/Exception.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-04-02 01:28:59 +0000
committerMark Spruiell <mes@zeroc.com>2002-04-02 01:28:59 +0000
commit2c7658451fb8e832451f758648dea584a13fd9ce (patch)
treef23c606d3785af50917c9b459070d601244c4b9b /cpp/src/IceBox/Exception.cpp
parentadding future ops (diff)
downloadice-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.cpp23
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";
-}