summaryrefslogtreecommitdiff
path: root/TAO/tao/iopfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/iopfwd.h')
-rw-r--r--TAO/tao/iopfwd.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/tao/iopfwd.h b/TAO/tao/iopfwd.h
deleted file mode 100644
index 61ab19abf41..00000000000
--- a/TAO/tao/iopfwd.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// iopfwd.h
-//
-// = DESCRIPTION
-// Forward declare the types in the IOP namespace.
-//
-// = AUTHOR
-// Carlos O'Ryan
-//
-// ============================================================================
-
-#ifndef TAO_IOPFWD_H
-#define TAO_IOPFWD_H
-
-#include "tao/corbafwd.h"
-
-class TAO_Export IOP
-{
- // = TITLE
- // Provides the IOP namespace.
- //
- // = DESCRIPTION
-public:
- typedef CORBA::ULong ComponentId;
- typedef CORBA::ULong_out ComponentId_out;
- // static CORBA::TypeCode_ptr _tc_ComponentId;
-
- typedef CORBA::ULong ServiceId;
- typedef CORBA::ULong_out ServiceId_out;
- // static CORBA::TypeCode_ptr _tc_ServiceId;
-
- // @@ Add more types....
-};
-
-#endif /* TAO_IOPFWD_H */