TIBCO Adapter SDK C++ Reference
MConfigurationUtilities::setDefaultProperties
MConfigurationUtilities
Set a default MProperties for use by MConfigurationUtilities.
Remarks
The component factory normally uses the properties specified by pDefaultProperties to create components by default. It can always be overridden by passing a specific MProperties on specific methods.
Parameters
Parameters Description
MProperties * pDefaultProperties The Mproperties instance to be used by default in subsequent MConfigurationUtilities method calls.
Declaration
void setDefaultProperties(MProperties * pDefaultProperties);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.