summaryrefslogtreecommitdiff
path: root/TAO/tao/IOPS.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IOPS.h')
-rw-r--r--TAO/tao/IOPS.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/tao/IOPS.h b/TAO/tao/IOPS.h
deleted file mode 100644
index 6330f2da6c0..00000000000
--- a/TAO/tao/IOPS.h
+++ /dev/null
@@ -1,51 +0,0 @@
-// $Id$
-//
-// ================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// IOPS.h
-//
-// = DESCRIPTION
-// Generated from IOP.pidl, that contains the OMG standarized IOP
-// module.
-// The code was generated by the IDL compiler and then hand-crafted
-// to reduce the includes interdependencies.
-//
-// ================================================================
-
-#ifndef TAO_IOPS_H
-#define TAO_IOPS_H
-
-#include "tao/IOPC.h"
-
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#if defined(_MSC_VER)
-#if (_MSC_VER >= 1200)
-#pragma warning(push)
-#endif /* _MSC_VER >= 1200 */
-#pragma warning(disable:4250)
-#endif /* _MSC_VER */
-
-TAO_NAMESPACE POA_IOP
-{
-}
-TAO_NAMESPACE_CLOSE
-
-#include "tao/IOPS_T.h"
-
-#if defined (__ACE_INLINE__)
-#include "tao/IOPS.i"
-#endif /* defined INLINE */
-
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
-#pragma warning(pop)
-#endif /* _MSC_VER */
-
-#endif /* TAO_IOPS_H */