summaryrefslogtreecommitdiff
path: root/orkbasecxx/MultiThreadedServer.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-06-29 16:34:29 +0000
committerHenri Herscher <henri@oreka.org>2006-06-29 16:34:29 +0000
commit3868172df25ae59bd0ecc524b782ac4734812891 (patch)
treef412f8f4d2b67165fbbf3670d114027bd9ff54c6 /orkbasecxx/MultiThreadedServer.h
parentff483592a2ff23b09c7924925c594e366f563a36 (diff)
DLL_IMPORT_EXPORT becomes DLL_IMPORT_EXPORT_ORKBASE, so that different DLLs can both import and export symbols.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@286 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/MultiThreadedServer.h')
-rw-r--r--orkbasecxx/MultiThreadedServer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/MultiThreadedServer.h b/orkbasecxx/MultiThreadedServer.h
index cefca2f..f6ea6dc 100644
--- a/orkbasecxx/MultiThreadedServer.h
+++ b/orkbasecxx/MultiThreadedServer.h
@@ -26,7 +26,7 @@
commands are accepted in "single line" format.
one thread per connection
*/
-class DLL_IMPORT_EXPORT CommandLineServer : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
+class DLL_IMPORT_EXPORT_ORKBASE CommandLineServer : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
{
public:
virtual int open (void *);
@@ -46,7 +46,7 @@ typedef ACE_Acceptor<CommandLineServer, ACE_SOCK_ACCEPTOR> CommandLineAcceptor;
Example url:
http://localhost:23000/message=print&text=hello
*/
-class DLL_IMPORT_EXPORT HttpServer : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
+class DLL_IMPORT_EXPORT_ORKBASE HttpServer : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
{
public:
virtual int open (void *);