summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/OperationMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/include/IceE/OperationMode.h')
-rw-r--r--cppe/include/IceE/OperationMode.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/cppe/include/IceE/OperationMode.h b/cppe/include/IceE/OperationMode.h
deleted file mode 100644
index 1496fdb4360..00000000000
--- a/cppe/include/IceE/OperationMode.h
+++ /dev/null
@@ -1,37 +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_OPERATION_MODE_H
-#define ICEE_OPERATION_MODE_H
-
-#include <IceE/Config.h>
-
-namespace IceInternal
-{
-
-class BasicStream;
-
-}
-
-namespace Ice
-{
-
-enum OperationMode
-{
- Normal,
- Nonmutating,
- Idempotent
-};
-
-ICE_API void __write(::IceInternal::BasicStream*, OperationMode);
-ICE_API void __read(::IceInternal::BasicStream*, OperationMode&);
-
-}
-
-#endif