summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Profile.i')
-rw-r--r--TAO/tao/UIOP_Profile.i75
1 files changed, 0 insertions, 75 deletions
diff --git a/TAO/tao/UIOP_Profile.i b/TAO/tao/UIOP_Profile.i
deleted file mode 100644
index d4b9dc66157..00000000000
--- a/TAO/tao/UIOP_Profile.i
+++ /dev/null
@@ -1,75 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-# if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
-
-
-ACE_INLINE CORBA::ULong
-TAO_UIOP_Profile::tag (void) const
-{
- return this->tag_;
-}
-
-ACE_INLINE const TAO_ObjectKey &
-TAO_UIOP_Profile::object_key (void) const
-{
- return this->object_key_;
-}
-
-ACE_INLINE TAO_ObjectKey &
-TAO_UIOP_Profile::object_key (TAO_ObjectKey& objkey)
-{
- this->object_key_ = objkey;
- return this->object_key_;
-}
-
-ACE_INLINE TAO_ObjectKey *
-TAO_UIOP_Profile::_key (CORBA::Environment &)
-{
- return new TAO_ObjectKey (this->object_key_);
-}
-
-ACE_INLINE const TAO_opaque&
-TAO_UIOP_Profile::body (void) const
-{
- return this->body_;
-}
-
-ACE_INLINE const ACE_UNIX_Addr&
-TAO_UIOP_Profile::object_addr (void) const
-{
- return this->object_addr_;
-}
-
-ACE_INLINE const char *
-TAO_UIOP_Profile::rendezvous_point (void)
-{
- return this->rendezvous_point_;
-}
-
-ACE_INLINE const TAO_IOP_Version *
-TAO_UIOP_Profile::version (void)
-{
- return &this->version_;
-}
-
-ACE_INLINE const TAO_IOP_Version *
-TAO_UIOP_Profile::version (TAO_IOP_Version *v)
-{
- this->version_ = *v;
- return &this->version_;
-}
-
-ACE_INLINE TAO_Client_Connection_Handler *&
-TAO_UIOP_Profile::hint (void)
-{
- return this->hint_;
-}
-
-ACE_INLINE TAO_Profile *
-TAO_UIOP_Profile::_nil (void)
-{
- return (TAO_UIOP_Profile *) 0;
-}
-
-#endif /* !defined ACE_LACKS_UNIX_DOMAIN_SOCKETS */