summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/Current.h')
-rw-r--r--cppe/include/IceE/Current.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/cppe/include/IceE/Current.h b/cppe/include/IceE/Current.h
deleted file mode 100644
index 40847e2e984..00000000000
--- a/cppe/include/IceE/Current.h
+++ /dev/null
@@ -1,39 +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_CURRENT_H
-#define ICEE_CURRENT_H
-
-#include <IceE/ObjectAdapterF.h>
-#include <IceE/ConnectionF.h>
-#include <IceE/Identity.h>
-#include <IceE/OperationMode.h>
-
-namespace Ice
-{
-
-struct Current
-{
- ::Ice::ObjectAdapter* adapter;
- ::Ice::Connection* con;
- ::Ice::Identity id;
- ::std::string facet;
- ::std::string operation;
- ::Ice::OperationMode mode;
- ::Ice::Context ctx;
- ::Ice::Int requestId;
-
- ICE_API bool operator==(const Current&) const;
- ICE_API bool operator!=(const Current&) const;
- ICE_API bool operator<(const Current&) const;
-};
-
-}
-
-#endif