template<class msgtype>
bool FX::FXIPCChannel::sendMsg ( msgtype *  msg  )  [inline]

Definition at line 741 of file FXIPC.h.

References FXSTATIC_ASSERT.

00742     {
00743         FXSTATIC_ASSERT(!msgtype::id::hasAck, Cannot_Send_Msgs_With_Ack);
00744         return sendMsgI(0, msg, &msgtype::regtype::endianise, 0);
00745     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:34:33 2009 for TnFOX by doxygen v1.4.7