TIBCO Adapter SDK C++ Reference
MMessageBundle::initialize
MMessageBundle | See Also
Initialize MMessageBundle object.
Remarks
It is not normally necessary to call MMessageBundle::initialize() or MMessageBundle::destroy() methods because the SDK does this in the MApp constructor. However, if you need to use any MMessageBundle methods before constructing an adapter, you must call MMessage::initialize().

Be sure to match with a call to MMessageBundle::destroy().

Each call to this method increments a reference count that tracks the open requests. Repeated calls to this method do not create new instances or re-initialize the MMessageBundle object.

See Also
Declaration
static void initialize();
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.