Changeset 59230

Timestamp:
Jan 22, 2010, 7:32:31 PM (13 years ago)
Author:
stefans
Message:
  • made all public members of basic_transaction_manager static
  • added connect_resource, disconnect_resource
  • moved control over "transaction stack", i.e. binding to the parent transaction on commit/rollback from basic_transaction_manager to basic_transaction
  • use thread_specific_ptr<transaction> with a null cleanup function instead of thread_specific_ptr<transaction *> with default cleanup
  • thread local storage instead of thread_specific_ptr for GCC and MSVC
(No files)

Note: See TracChangeset for help on using the changeset viewer.