TIBCO Adapter SDK C++ Reference
MComponent::MComponent
MComponent
Constructor for creating instances of this component.
Remarks
When applications create a component, it is automatically registered with the application manager (MApp).

Component names must be unique across one MApp application manager.

Parameters
Parameters Description
MApp* pMApp Pointer to the application with which this component is to be associated.
MString sObjectName Name of the component being created. Has to be unique across all components associated with this MApp.
Declaration
MComponent(MApp* pMApp, MString sObjectName);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.