TIBCO Adapter SDK C++ Reference
MAppProperties::setRvEmbeddedTicket
MAppProperties
Set the embedded RV license, if there is one.

Specially-licensed third-party developers can use another form of this method. To use this alternate form, a developer must first purchase a special license ticket. This call embeds the special ticket in the program, so that end-users do not need to purchase TIBCO Rendezvous to use the program.

Parameters
Parameters Description
const MString& rsRvEmbeddedLicense Embed this special license ticket in the program. When a program creates a licensed transport, rvd does not need to read a license ticket from the license ticket file (tibrv.tkt). However, if rvd has already read a valid license ticket from the ticket file when it started, it disregards this ticket. Ordinary license tickets are not valid for this parameter.
Declaration
void setRvEmbeddedTicket(const MString& rsRvEmbeddedLicense);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.