diff options
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 5a6475179f0..18e892cae2f 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -960,6 +960,12 @@ private: CORBA::ORB_ptr &ptr_; }; +#if 0 +#if defined (__ACE_INLINE__) +# include "tao/ORB.i" +#endif /* __ACE_INLINE__ */ +#endif + // Signature of a skeleton for every operation of an interface. typedef void (*TAO_Skeleton)(CORBA::ServerRequest &, void *, // object_ptr |