summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/TraceLevels.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/TraceLevels.h')
-rw-r--r--cppe/src/IceE/TraceLevels.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/cppe/src/IceE/TraceLevels.h b/cppe/src/IceE/TraceLevels.h
deleted file mode 100644
index 29f3cb3af4e..00000000000
--- a/cppe/src/IceE/TraceLevels.h
+++ /dev/null
@@ -1,41 +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_TRACE_LEVELS_H
-#define ICEE_TRACE_LEVELS_H
-
-#include <IceE/Shared.h>
-#include <IceE/TraceLevelsF.h>
-#include <IceE/PropertiesF.h>
-
-namespace IceInternal
-{
-
-class TraceLevels : public ::IceUtil::Shared
-{
-public:
-
- TraceLevels(const ::Ice::PropertiesPtr&);
-
- const int network;
- const char* networkCat;
-
- const int protocol;
- const char* protocolCat;
-
- const int retry;
- const char* retryCat;
-
- const int location;
- const char* locationCat;
-};
-
-}
-
-#endif