Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / netsvcs / servers / svc.conf.xml
blob3519594ce5c9208266532ef34a3f34a520a1fbc5
1 <?xml version='1.0'?>
2 <!-- Converted from svc.conf by svcconf-convert.pl -->
3 <ACE_Svc_Conf>
4  <!--  These are the services that can be linked into ACE. -->
5  <!--  Note that you can append the "netsvcs" with -->
6  <!--  a relative path if you idn't set your LD search path correctly -- -->
7  <!--  ACE will locate this for you automatically by reading your LD search -->
8  <!--  path.  Moreover, ACE will automatically insert the correct suffix -->
9  <!--  (e.g., ".dll", ".so", etc.).  In addition, you can replace the -->
10  <!--  hardcoded "-p 20xxx" with "-p $PORTxxx" if you set your environment -->
11  <!--  variables correctly. -->
12  <dynamic id="Logger" type="Service_Object">
13    <initializer path="ACE" init="_make_ACE_Logging_Strategy" params="-s foobar -f STDERR|OSTREAM|VERBOSE"/>
14  </dynamic>
15  <dynamic id="Time_Service" type="Service_Object">
16    <initializer path="netsvcs" init="_make_ACE_TS_Server_Acceptor" params="-p 20222"/>
17  </dynamic>
18  <dynamic id="Name_Server" type="Service_Object">
19    <initializer path="netsvcs" init="_make_ACE_Name_Acceptor" params="-p 20006"/>
20  </dynamic>
21  <!--  This service is disabled by default -- only enable it ACE is compiled with ACE_HAS_TOKENS_LIBRARY. -->
22  <!--  dynamic Token_Service Service_Object * netsvcs:_make_ACE_Token_Acceptor() "-p 20202" -->
23  <dynamic id="Server_Logging_Service" type="Service_Object">
24    <initializer path="netsvcs" init="_make_ACE_Server_Logging_Acceptor" params="-p 20009"/>
25  </dynamic>
26  <dynamic id="Thr_Server_Logging_Service" type="Service_Object">
27    <initializer path="netsvcs" init="_make_ACE_Thr_Server_Logging_Acceptor" params="-p 20020"/>
28  </dynamic>
29  <dynamic id="Client_Logging_Service" type="Service_Object">
30    <initializer path="netsvcs" init="_make_ACE_Client_Logging_Acceptor" params="-p 20009"/>
31  </dynamic>
32 </ACE_Svc_Conf>