From 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 15:50:11 +0000 Subject: Repo restructuring --- TAO/tao/Object_T.h | 82 ------------------------------------------------------ 1 file changed, 82 deletions(-) delete mode 100644 TAO/tao/Object_T.h (limited to 'TAO/tao/Object_T.h') diff --git a/TAO/tao/Object_T.h b/TAO/tao/Object_T.h deleted file mode 100644 index c4cfd88230c..00000000000 --- a/TAO/tao/Object_T.h +++ /dev/null @@ -1,82 +0,0 @@ -// -*- C++ -*- - -//============================================================================= -/** - * @file Object_T.h - * - * $Id$ - * - * Templatized utilities common to all IDL interfaces. - * - * @author Jeff Parsons - */ -//============================================================================= - -#ifndef TAO_CORBA_OBJECT_T_H -#define TAO_CORBA_OBJECT_T_H - -#include /**/ "ace/pre.h" - -#include "ace/config-all.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -#include "tao/Versioned_Namespace.h" -#include "ace/CORBA_macros.h" - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -namespace CORBA -{ - class Object; - typedef Object *Object_ptr; -} - -namespace TAO -{ - class Collocation_Proxy_Broker; - - typedef - Collocation_Proxy_Broker * (* Proxy_Broker_Factory)(CORBA::Object_ptr); - - template - class Narrow_Utils - { - public: - typedef T *T_ptr; - - static T_ptr narrow (CORBA::Object_ptr, - const char *repo_id, - Proxy_Broker_Factory - ACE_ENV_ARG_DECL); - - // Version used the operators. - static T_ptr unchecked_narrow (CORBA::Object_ptr, - Proxy_Broker_Factory); - - static T_ptr unchecked_narrow (CORBA::Object_ptr, - const char *repo_id, - Proxy_Broker_Factory - ACE_ENV_ARG_DECL); - - private: - // Code for lazily evaluated IORs. - static T_ptr lazy_evaluation (CORBA::Object_ptr); - }; -} - -TAO_END_VERSIONED_NAMESPACE_DECL - -#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) -#include "tao/Object_T.cpp" -#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ - -#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("Object_T.cpp") -#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ - -#include /**/ "ace/post.h" - -#endif /* TAO_CORBA_OBJECT_T_H */ -- cgit v1.2.1