CosTransactions_TransactionalObject

This module implements the OMG CosTransactions::TransactionalObject interface.

To get access to the record definitions for the structures use:
-include_lib("cosTransactions/CosTransactions.hrl").

The TransactionalObject interface is used by an object to indicate that it is transactional. By supporting this interface, an object indicates that it wants the transaction context associated with the client to be associated with all operation on its interface. No operations are defined.