| synopsis || prev |

kdu_message_formatter::start_message

Java: Kdu_message_formatter::Start_message

virtual void start_message( )

Java: void Start_message( )

Overrides kdu_message::start_message

[Declared in "../coresys/common/kdu_messaging.h"]

Go to class description.


Synopsis

Passes the start_message call along to the output object, which may wish to lock a mutex to guard multi-threaded access to the text formatting facilities provided here. The flush function is then called to flush any outstanding text from previous formatting operations.


| top || synopsis || prev |