summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Logger.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-06-20 18:16:48 +0000
committerMarc Laukien <marc@zeroc.com>2001-06-20 18:16:48 +0000
commitdaf9352d2f86c857ef2d5ffadf4097f1bf8d84a2 (patch)
tree48955a53c4a3fc431d07d8c61760e3d386c3dcd2 /cpp/include/Ice/Logger.h
parentcleanup (diff)
downloadice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.bz2
ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.xz
ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.zip
cleanup
Diffstat (limited to 'cpp/include/Ice/Logger.h')
-rw-r--r--cpp/include/Ice/Logger.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/cpp/include/Ice/Logger.h b/cpp/include/Ice/Logger.h
deleted file mode 100644
index 0056eecd8cc..00000000000
--- a/cpp/include/Ice/Logger.h
+++ /dev/null
@@ -1,59 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-// Generated from file `Logger.ice'
-
-#ifndef __Logger_h__
-#define __Logger_h__
-
-#include <Ice/LocalObject.h>
-
-namespace Ice
-{
-
-class Logger;
-
-}
-
-namespace __Ice
-{
-
-void ICE_API incRef(::Ice::Logger*);
-void ICE_API decRef(::Ice::Logger*);
-
-}
-
-namespace Ice
-{
-
-typedef ::__Ice::Handle< ::Ice::Logger> Logger_ptr;
-
-}
-
-namespace Ice
-{
-
-class ICE_API Logger : public ::Ice::LocalObject
-{
-public:
-
- virtual void trace(const ::std::string&, const ::std::string&) = 0;
-
- virtual void warning(const ::std::string&) = 0;
-
- virtual void error(const ::std::string&) = 0;
-
- virtual void __write(::__Ice::Stream*);
- virtual void __read(::__Ice::Stream*);
-};
-
-}
-
-#endif