TIBCO Adapter SDK C++ Reference
Up | Next
MDataEvent::clone
MDataEvent
Clones this MDataEvent.
Remarks
Use this method ONLY when doing explicit RVCM confirmation, and confirming the event after the callback has returned is required. Cloning a single MDataEvent more than once is not recommended.

Cloning and the destruction of the cloned MDataEvent object before returning from the callback is not recommended.

Declaration
virtual MEvent * clone() = 0;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.