00001 // -*- C++ -*- 00002 // 00003 // $Id: Delivery_Request.inl 69353 2005-11-14 22:03:50Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 namespace TAO_Notify 00008 { 00009 00010 ACE_INLINE 00011 void 00012 Delivery_Request::set_delivery_type (ACE_CDR::Octet type) 00013 { 00014 this->delivery_type_ = type; 00015 } 00016 00017 ACE_INLINE 00018 void 00019 Delivery_Request::set_destination_id (IdVec & destination_id) 00020 { 00021 this->destination_id_ = destination_id; 00022 } 00023 00024 } // namespace TAO_Notify 00025 00026 00027 TAO_END_VERSIONED_NAMESPACE_DECL