diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-04 22:27:54 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-04 22:27:54 +0000 |
commit | fa769891490c7fd5d6df3190c0817338fc10eb67 (patch) | |
tree | 470287bc2b2874f8b4a57e8961a4a4f0abd0c8d2 /tests/Win32server.conf | |
parent | 1a0d5a5131a21fabe57314dfece47475ae729d5a (diff) | |
download | ATCD-fa769891490c7fd5d6df3190c0817338fc10eb67.tar.gz |
*** empty log message ***
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 edb79f0f2d4..9310fdfb4a5 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 * 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" +dynamic Logging_Strategy Service_Object * ../netsvcs/lib/netsvcs:_make_ACE_Logging_Strategy() "-s c:\temp\log\Time_Server.log -f OSTREAM" +dynamic Time_Service Service_Object * ../netsvcs/lib/netsvcs:_make_ACE_TS_Server_Acceptor() "-p 10222" |