summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/Current_ORBInitializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/Current_ORBInitializer.h')
-rw-r--r--TAO/tao/TransportCurrent/Current_ORBInitializer.h65
1 files changed, 0 insertions, 65 deletions
diff --git a/TAO/tao/TransportCurrent/Current_ORBInitializer.h b/TAO/tao/TransportCurrent/Current_ORBInitializer.h
deleted file mode 100644
index bf4d4dda30d..00000000000
--- a/TAO/tao/TransportCurrent/Current_ORBInitializer.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file Current_ORBInitializer.h
- *
- * $Id$
- *
- * @author Iliyan Jeliazkov <iliyan@ociweb.com>
- */
-//=============================================================================
-
-
-#ifndef CURRENT_ORBINITIALIZER_H
-#define CURRENT_ORBINITIALIZER_H
-
-#include /**/ "ace/pre.h"
-
-#include "tao/TransportCurrent/Current_ORBInitializer_Base.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO
-{
- namespace Transport
- {
-
- template <typename Impl>
- class TAO_Transport_Current_Export Current_ORBInitializer
- : public Current_ORBInitializer_Base
- {
- public:
- Current_ORBInitializer (const ACE_TCHAR* id);
-
-
- protected:
- virtual TAO::Transport::Current_ptr
- make_current_instance (TAO_ORB_Core* c,
- size_t s
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
- };
-
- }
-
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
-#include "tao/TransportCurrent/Current_ORBInitializer.cpp"
-#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
-
-#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("tao/TransportCurrent/Current_ORBInitializer.cpp")
-#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-
-
-#include /**/ "ace/post.h"
-
-#endif /* CURRENT_ORBINITIALIZER_H */