Example #1
0
 /*
  * It specifies that the message being sent is just a part of the
  * entire message. Further message parts are to follow.
  *
  * \param msg is the message to be sent.
  */
 inline bool putmore(const tosend_t& msg) { return impl.putmore(msg);}