summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-29 14:22:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-29 14:22:20 +0000
commit253ae5a68fee4460945a39d37ad5d4d7737d2c9e (patch)
tree502c22a811e5a30f368871ac20c9b3fbbcf4f4d2 /apps
parentbd3a5f9d22478a0b7c0d03f51ba5c818bd8b40a8 (diff)
downloadATCD-253ae5a68fee4460945a39d37ad5d4d7737d2c9e.tar.gz
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/server/HTTP_Server.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/JAWS/server/HTTP_Server.cpp b/apps/JAWS/server/HTTP_Server.cpp
index 1ea664a5ac8..0d0cf22ea6c 100644
--- a/apps/JAWS/server/HTTP_Server.cpp
+++ b/apps/JAWS/server/HTTP_Server.cpp
@@ -2,6 +2,7 @@
#include "ace/Get_Opt.h"
#include "ace/Asynch_Acceptor.h"
+#include "ace/LOCK_SOCK_Acceptor.h"
#include "ace/Proactor.h"
#include "IO.h"
@@ -384,8 +385,8 @@ ACE_STATIC_SVC_DEFINE (HTTP_Server, "HTTP_Server", ACE_SVC_OBJ_T,
| ACE_Service_Type::DELETE_OBJ, 0)
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class LOCK_SOCK_Acceptor<ACE_SYNCH_MUTEX>;
+template class ACE_LOCK_SOCK_Acceptor<ACE_SYNCH_MUTEX>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate LOCK_SOCK_Acceptor<ACE_SYNCH_MUTEX>
+#pragma instantiate ACE_LOCK_SOCK_Acceptor<ACE_SYNCH_MUTEX>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */