PriorityMapper.inl

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 namespace OpenDDS {
00009 namespace DCPS {
00010 
00011 ACE_INLINE
00012 PriorityMapper::PriorityMapper(Priority priority)
00013   : priority_(priority)
00014 {
00015 }
00016 
00017 ACE_INLINE
00018 Priority&
00019 PriorityMapper::priority()
00020 {
00021   return this->priority_;
00022 }
00023 
00024 ACE_INLINE
00025 Priority
00026 PriorityMapper::priority() const
00027 {
00028   return this->priority_;
00029 }
00030 
00031 }
00032 }

Generated on Fri Feb 12 20:05:24 2016 for OpenDDS by  doxygen 1.4.7