Searched defs:tmTransaction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.cpp39 #include "tmTransaction.h"
47 tmTransaction::~tmTransaction() {
59 tmTransaction::Init(PRUint32 aOwnerID,
H A DtmTransaction.h77 * Using tmTransaction:
79 * After creating a tmTransaction either through new or as a member
81 * arguements to initialize the state of the transaction. tmTransaction is
103 * You should only call Init() once in the lifetime of a tmTransaction
112 class tmTransaction class
120 tmTransaction(): mHeader(nsnull), mRawMessageLength(0), mOwnerID(0) { } function in class:tmTransaction
122 virtual ~tmTransaction();

Completed in 1060 milliseconds