TIBCO Adapter SDK C++ Reference
MOperationReply::set
MOperationReply
Append the specified parameter value to the MOperationReply instance.

A copy of the MData object is made as part of the set() operation. The calling application can free the storage associated with pMData.

Parameters
Parameters Description
const MString& rsAttributeName Name of the attribute to add to this MOperationReply.
const MData& refMData Data you want to add to this MOperationReply.
Declaration
void set(const MString& rsAttributeName, const MData& refMData);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.