summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i')
-rw-r--r--TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i b/TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i
deleted file mode 100644
index 2c18a75ae92..00000000000
--- a/TAO/examples/PluggableUDP/DIOP/DIOP_Profile.i
+++ /dev/null
@@ -1,24 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-ACE_INLINE const TAO_ObjectKey &
-TAO_DIOP_Profile::object_key (void) const
-{
- return this->object_key_;
-}
-
-ACE_INLINE TAO_ObjectKey *
-TAO_DIOP_Profile::_key (void) const
-{
- TAO_ObjectKey *key = 0;
-
- ACE_NEW_RETURN (key,
- TAO_ObjectKey (this->object_key_),
- 0);
-
- return key;
-}
-
-
-
-