Home
last modified time | relevance | path

Searched refs:pCmdStream (Results 1 – 1 of 1) sorted by relevance

/trunk/main/automation/source/server/
H A Dserver.cxx778 SCmdStream *pCmdStream = new SCmdStream(pIn); in QueCommands() local
780 pCmdStream->Read( nId ); in QueCommands()
787 new StatementCommand( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
793 new StatementControl( pCmdStream, nId ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
798 new StatementSlot( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
803 new StatementUnoSlot( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
808 … new StatementFlow( nServiceId, pCmdStream, this ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
816 pCmdStream->Read( nId ); in QueCommands()
824 delete pCmdStream; in QueCommands()