summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Logger.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-03-30 15:13:28 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-03-30 15:13:28 +0000
commitba89994a559831a6e1ad220a1412da90f2cf53bf (patch)
tree9080debaed9abdc5e2aec4c9c1fbc46a515973c0 /cppe/src/IceE/Logger.cpp
parentBug 1094 (diff)
downloadice-ba89994a559831a6e1ad220a1412da90f2cf53bf.tar.bz2
ice-ba89994a559831a6e1ad220a1412da90f2cf53bf.tar.xz
ice-ba89994a559831a6e1ad220a1412da90f2cf53bf.zip
Logger no longer defined in Slice
Diffstat (limited to 'cppe/src/IceE/Logger.cpp')
-rwxr-xr-xcppe/src/IceE/Logger.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/cppe/src/IceE/Logger.cpp b/cppe/src/IceE/Logger.cpp
new file mode 100755
index 00000000000..476cecdb5d1
--- /dev/null
+++ b/cppe/src/IceE/Logger.cpp
@@ -0,0 +1,12 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice-E is licensed to you under the terms described in the
+// ICEE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+#include <IceE/Logger.h>
+
+IceUtil::Shared* IceInternal::upCast(::Ice::Logger* p) { return p; }