[inline, inherited]
Returns true if the sender of this message is waiting for the ack.
Definition at line 238 of file FXIPC.h.
References FX::FXIPCMsg::FlagsWantAck.
00238 { return (myflags & FlagsWantAck)!=0; }