summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/IceE.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/IceE.h')
-rw-r--r--cppe/include/IceE/IceE.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/cppe/include/IceE/IceE.h b/cppe/include/IceE/IceE.h
deleted file mode 100644
index 48c116cd1b7..00000000000
--- a/cppe/include/IceE/IceE.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// **********************************************************************
-//
-// 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.
-//
-// **********************************************************************
-
-#ifndef ICEE_ICE_H
-#define ICEE_ICE_H
-
-#include <IceE/Initialize.h>
-#include <IceE/LocalException.h>
-#include <IceE/Properties.h>
-#include <IceE/Logger.h>
-#include <IceE/LoggerUtil.h>
-#include <IceE/Communicator.h>
-#ifndef ICEE_PURE_CLIENT
-# include <IceE/ObjectAdapter.h>
-# include <IceE/Object.h>
-# include <IceE/UUID.h>
-#endif
-#include <IceE/Proxy.h>
-#include <IceE/Connection.h>
-#include <IceE/Functional.h>
-#ifdef ICEE_HAS_WSTRING
-# include <IceE/Unicode.h>
-#endif
-
-#include <IceE/Thread.h>
-#include <IceE/Monitor.h>
-#include <IceE/Mutex.h>
-#include <IceE/SafeStdio.h>
-
-#endif