summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ReplyStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/ReplyStatus.h')
-rw-r--r--cppe/src/IceE/ReplyStatus.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/cppe/src/IceE/ReplyStatus.h b/cppe/src/IceE/ReplyStatus.h
deleted file mode 100644
index 337c6cb0408..00000000000
--- a/cppe/src/IceE/ReplyStatus.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef ICEE_REPLY_STATUS_H
-#define ICEE_REPLY_STATUS_H
-
-#include <IceE/Config.h>
-
-namespace IceInternal
-{
-
-static const Ice::Byte replyOK = 0;
-static const Ice::Byte replyUserException = 1;
-static const Ice::Byte replyObjectNotExist = 2;
-static const Ice::Byte replyFacetNotExist = 3;
-static const Ice::Byte replyOperationNotExist = 4;
-static const Ice::Byte replyUnknownLocalException = 5;
-static const Ice::Byte replyUnknownUserException = 6;
-static const Ice::Byte replyUnknownException = 7;
-
-}
-
-#endif