1 #include "CommandModule.h"
3 // Listing 01 code/ch18
4 CommandModule::CommandModule (const ACE_TCHAR
*module_name
,
8 : inherited(module_name
, writer
, reader
, peer
)
12 // Listing 02 code/ch18
13 ACE_SOCK_Stream
&CommandModule::peer ()
15 ACE_SOCK_Stream
*peer
= (ACE_SOCK_Stream
*)this->arg ();