blob: 4cb156ebcf66b4553d85fe078722493a966aadb3 (
plain)
1
2
3
4
5
6
7
|
# These are the services that can be linked into ACE.
# You can replace the hardcoded "-p xxxxx" with "-p
# $PORT" if you set your PORT environment variable.
dynamic Logging_Strategy Service_Object * netsvcs:_make_ACE_Logging_Strategy() "-s log/Time_Service_Test_Server.log -f OSTREAM"
dynamic Time_Service Service_Object * netsvcs:_make_ACE_TS_Server_Acceptor() "-p 10222"
|