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.cxx780 SCmdStream *pCmdStream = new SCmdStream(pIn); in QueCommands() local
782 pCmdStream->Read( nId ); in QueCommands()
789 new StatementCommand( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
795 new StatementControl( pCmdStream, nId ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
800 new StatementSlot( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
805 new StatementUnoSlot( pCmdStream ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
810 …new StatementFlow( nServiceId, pCmdStream, this ); // Wird im Konstruktor an Liste an… in QueCommands()
818 pCmdStream->Read( nId ); in QueCommands()
826 delete pCmdStream; in QueCommands()

Completed in 22 milliseconds