Cross-Platform C++

ot::auxil
class MessageFactoryImpl

#include "ot/auxil/MessageFactoryImpl.h"

ot::MessageFactory ot::ManagedObject ot::auxil::FileMessageFactory




Method Summary
 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.
protected  virtual RPMessageSet getMessageSet(const String& org, const String& app)
        

Methods inherited from class ot::ManagedObject
addRef, getRefCount, onFinalRelease, operator=, release

Method Detail

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)



Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2003 ElCel Technology   Trademark Acknowledgements