diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 07:03:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 07:03:16 +0000 |
commit | 7c5a316a4bca5226cfa41891b3743fdc993afd2d (patch) | |
tree | cf2453eb3080ccb8972679e6f44a7025a52b5b63 /tests/Win32server.conf | |
parent | b7e4e0abfdbf972b4d07e9ba05f4b237a480111d (diff) | |
download | ATCD-7c5a316a4bca5226cfa41891b3743fdc993afd2d.tar.gz |
foo
Diffstat (limited to 'tests/Win32server.conf')
-rw-r--r-- | tests/Win32server.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Win32server.conf b/tests/Win32server.conf index a6f97ecfe67..245843a6869 100644 --- a/tests/Win32server.conf +++ b/tests/Win32server.conf @@ -5,6 +5,6 @@ # In addition, you can replace the hardcoded "-p 20xxx" with "-p # $PORTxxx" if you set your environment variables correctly. -dynamic Logging_Strategy Service_Object * lib.dll:_make_ACE_Logging_Strategy() "-s c:\temp\log\Time_Server.log -f OSTREAM" -dynamic Time_Service Service_Object * lib.dll:_make_ACE_TS_Server_Acceptor() "-p 10222" +dynamic Logging_Strategy Service_Object * netsvcs:_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" |