reSIProcate/stack  9694
Static Public Member Functions
resip::TestFSM Class Reference

List of all members.

Static Public Member Functions

static void addMessage (SipStack *stack, SipMessage *message)

Detailed Description

Definition at line 80 of file testTransactionFSM.cxx.


Member Function Documentation

static void resip::TestFSM::addMessage ( SipStack stack,
SipMessage message 
) [inline, static]

Definition at line 83 of file testTransactionFSM.cxx.

References resip::Fifo< Msg >::add(), resip::TransactionController::mStateMacFifo, and resip::SipStack::mTransactionController.

Referenced by processInject().

      {
         stack->mTransactionController->mStateMacFifo.add(message);
      }

Here is the call graph for this function:


The documentation for this class was generated from the following file: