summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl b/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl
deleted file mode 100644
index a34687b5c64..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.inl
+++ /dev/null
@@ -1,27 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO_Notify
-{
-
-ACE_INLINE
-void
-Delivery_Request::set_delivery_type (ACE_CDR::Octet type)
-{
- this->delivery_type_ = type;
-}
-
-ACE_INLINE
-void
-Delivery_Request::set_destination_id (IdVec & destination_id)
-{
- this->destination_id_ = destination_id;
-}
-
-} // namespace TAO_Notify
-
-
-TAO_END_VERSIONED_NAMESPACE_DECL