diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-01 03:39:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-01 03:39:21 +0000 |
commit | d8b06dd9b4f5903853c1df847565425e827e3ac5 (patch) | |
tree | bf636eaf9003faac16a54be41f3435cbbcd18d44 /examples/Service_Configurator | |
parent | 5b9c56b0042642b9be181e17da55cb1b2d8bb22c (diff) | |
download | ATCD-d8b06dd9b4f5903853c1df847565425e827e3ac5.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp index 0f8ac4f081f..2cfe05fb2bb 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp @@ -189,12 +189,12 @@ HANDLE_THR_ACCEPTOR remote_thr_stream; ACE_Service_Object_Type rts (&remote_thr_stream, "Remote_Thr_Stream"); #if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION) -# if defined(ACE_HAS_TLI) +#if defined (ACE_HAS_TLI) template class ACE_Acceptor<CLI_STREAM, ACE_TLI_ACCEPTOR>; template class ACE_Accept_Strategy<CLI_STREAM, ACE_TLI_ACCEPTOR>; template class ACE_Strategy_Acceptor<CLI_STREAM, ACE_TLI_ACCEPTOR>; template class ACE_Svc_Handler<ACE_TLI_STREAM, ACE_MT_SYNCH>; -# endif /* ACE_HAS_TLI */ +#endif /* ACE_HAS_TLI */ template class ACE_Concurrency_Strategy<CLI_STREAM>; template class ACE_Creation_Strategy<CLI_STREAM>; template class ACE_Scheduling_Strategy<CLI_STREAM>; |