summaryrefslogtreecommitdiff
path: root/ACE/tests/Win32server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Win32server.conf')
-rw-r--r--ACE/tests/Win32server.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/tests/Win32server.conf b/ACE/tests/Win32server.conf
new file mode 100644
index 00000000000..94a3b3906ec
--- /dev/null
+++ b/ACE/tests/Win32server.conf
@@ -0,0 +1,10 @@
+# These are the services that can be linked into ACE.
+# Note that you can replace the hardcoded "../lib/libnetsvcs.so" with
+# a relative path if you set your LD search path correctly -- ACE will
+# locate this for you automatically by reading your LD search path!
+# In addition, you can replace the hardcoded "-p 20xxx" with "-p
+# $PORTxxx" if you set your environment variables correctly.
+
+dynamic Logging_Strategy Service_Object * ACE:_make_ACE_Logging_Strategy() "-s c:\temp\log\Time_Server.log -f OSTREAM"
+dynamic Time_Service Service_Object * netsvcs:_make_ACE_TS_Server_Acceptor() "-p 10222"
+