ot::auxil
class MessageFactoryImpl
#include "ot/auxil/MessageFactoryImpl.h"
getMessage
virtual bool getMessage(const String& org,
const String& app,
size_t messageID,
String& ret)
-
Called by OpenTop classes to obtain the text for a message.
- Parameters:
org
-
the name of the organization that owns the code requesting the message
app
-
the name of the library or application
messageID
-
a number that identifies the requested message. This must be unique for the supplied org and app parameters
ret
-
returned message text
- Returns:
-
true if the requested message text was returned; false otherwise
getMessageSet
protected virtual RPMessageSet getMessageSet(const String& org,
const String& app)
-
Found a bug or missing feature? Please email us at support@elcel.com