diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-01 16:45:37 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-01 16:45:37 +0000 |
commit | 72cb7c072c7e3bf7e0a4e14e07e93c3b435efd45 (patch) | |
tree | a9a29210b38406c9d7357b3db0f58ce32a6a69ec /tests/Win32server.conf | |
parent | 215f420acb66b5272500038b1ad7b1ed14765118 (diff) | |
download | ATCD-72cb7c072c7e3bf7e0a4e14e07e93c3b435efd45.tar.gz |
removed explicit path for netsvcs dll in tests Win32 service configuration files
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 9310fdfb4a5..edb79f0f2d4 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/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" +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" |