Searched refs:nextCommand (Results 1 – 3 of 3) sorted by relevance
66 CControlCommand* nextCommand; in handleRequest() local68 nextCommand = getNextCommand( ); in handleRequest()69 if ( nextCommand ) in handleRequest()71 result = nextCommand->handleRequest( pRequest ); in handleRequest()94 void SAL_CALL CControlCommand::setNextCommand( CControlCommand* nextCommand ) in setNextCommand() argument96 m_NextCommand = nextCommand; in setNextCommand()147 CControlCommand* nextCommand; in handleRequest() local157 nextCommand = getNextCommand( ); in handleRequest()158 if ( nextCommand ) in handleRequest()160 result = nextCommand->handleRequest( aRequest ); in handleRequest()[all …]
319 CControlCommand* nextCommand; in reset() local324 nextCommand = currentCommand->getNextCommand( ); in reset()326 currentCommand = nextCommand; in reset()
66 void SAL_CALL setNextCommand( CControlCommand* nextCommand );