IO_Cntl_Msg.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // IO_Cntl_Msg.inl,v 4.2 2005/10/28 16:14:52 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE
00008 ACE_IO_Cntl_Msg::ACE_IO_Cntl_Msg (ACE_IO_Cntl_Cmds c)
00009 {
00010   this->cmd_ = c;
00011 }
00012 
00013 ACE_INLINE ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds
00014 ACE_IO_Cntl_Msg::cmd (void)
00015 {
00016   return this->cmd_;
00017 }
00018 
00019 ACE_INLINE void
00020 ACE_IO_Cntl_Msg::cmd (ACE_IO_Cntl_Cmds c)
00021 {
00022   this->cmd_ = c;
00023 }
00024 
00025 ACE_INLINE size_t
00026 ACE_IO_Cntl_Msg::count (void)
00027 {
00028   return this->count_;
00029 }
00030 
00031 ACE_INLINE void
00032 ACE_IO_Cntl_Msg::count (size_t c)
00033 {
00034   this->count_ = c;
00035 }
00036 
00037 ACE_INLINE int
00038 ACE_IO_Cntl_Msg::error (void)
00039 {
00040   return this->error_;
00041 }
00042 
00043 ACE_INLINE void
00044 ACE_IO_Cntl_Msg::error (int e)
00045 {
00046   this->error_ = e;
00047 }
00048 
00049 ACE_INLINE int
00050 ACE_IO_Cntl_Msg::rval (void)
00051 {
00052   return this->rval_;
00053 }
00054 
00055 ACE_INLINE void
00056 ACE_IO_Cntl_Msg::rval (int r)
00057 {
00058   this->rval_ = r;
00059 }
00060 
00061 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:52 2006 for ACE by doxygen 1.3.6