HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

Handle callinfo data (TSAM) #82

Closed HerbertKoelman closed 8 years ago

HerbertKoelman commented 8 years ago

Sample code can be found in tuxedo-ecid-samples.zip.

HerbertKoelman commented 8 years ago

define a class atmi::callinfo

define a class method atmi::buffer::set_call_info( const atmi::callinfo &call_info)

define a class method atmi::buffer::get_call_info( const atmi::callinfo &call_info)

Handled fiels:

HerbertKoelman commented 8 years ago

Need AIX tests