diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-03-30 15:13:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-03-30 15:13:28 +0000 |
commit | ba89994a559831a6e1ad220a1412da90f2cf53bf (patch) | |
tree | 9080debaed9abdc5e2aec4c9c1fbc46a515973c0 /cppe/src/IceE/Logger.cpp | |
parent | Bug 1094 (diff) | |
download | ice-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-x | cppe/src/IceE/Logger.cpp | 12 |
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; }
|