summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RTPortableServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RTPortableServer.h')
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServer.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServer.h b/TAO/tao/RTPortableServer/RTPortableServer.h
deleted file mode 100644
index 8202b682ad6..00000000000
--- a/TAO/tao/RTPortableServer/RTPortableServer.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/* -*- C++ -*- */
-//=============================================================================
-/**
- * @file RTPortableServer.h
- *
- * $Id$
- *
- * @author Frank Hunleth <fhuntleth@cs.wustl.edu>
- */
-//=============================================================================
-
-#ifndef TAO_RT_PORTABLESERVER_H
-#define TAO_RT_PORTABLESERVER_H
-
-#include /**/ "ace/pre.h"
-
-#include "rtportableserver_export.h"
-#include "tao/orbconf.h"
-
-#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/RTCORBA/RTCORBA.h"
-
-class TAO_RTPortableServer_Export TAO_RTPortableServer_Initializer
-{
-public:
- /// Constructor.
- TAO_RTPortableServer_Initializer (void);
-};
-
-static TAO_RTPortableServer_Initializer TAO_RTPortableServer_initializer;
-
-#define TAO_RT_PORTABLESERVER_SAFE_INCLUDE
-#include "RTPortableServerC.h"
-#undef TAO_RT_PORTABLESERVER_SAFE_INCLUDE
-
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */
-
-#include /**/ "ace/post.h"
-
-#endif /* TAO_RT_PORTABLESERVER_H */