SV_Message.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: SV_Message.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 #include "ace/Global_Macros.h"
00006 #include "ace/config-all.h"
00007 
00008 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00009 
00010 ACE_INLINE
00011 ACE_SV_Message::ACE_SV_Message (long t)
00012   : type_ (t)
00013 {
00014   ACE_TRACE ("ACE_SV_Message::ACE_SV_Message");
00015 }
00016 
00017 ACE_INLINE
00018 ACE_SV_Message::~ACE_SV_Message (void)
00019 {
00020   ACE_TRACE ("ACE_SV_Message::~ACE_SV_Message");
00021 }
00022 
00023 ACE_INLINE long
00024 ACE_SV_Message::type (void) const
00025 {
00026   ACE_TRACE ("ACE_SV_Message::type");
00027   return this->type_;
00028 }
00029 
00030 ACE_INLINE void
00031 ACE_SV_Message::type (long t)
00032 {
00033   ACE_TRACE ("ACE_SV_Message::type");
00034   this->type_ = t;
00035 }
00036 
00037 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:18:43 2010 for ACE by  doxygen 1.4.7