Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IInitMessage::setType ( P6ATOM  nType)
pure virtual

Used to set the type of the message.

This is done by defining a unique string associated with the message and converting it to a P6ATOM using p6IAtom::addAtom(). The resulting atom is used as the message type allowing messages to be typed at runtime.

Parameters
nType[ in ] The P6ATOM to use as this messages type.