summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Client/svc.conf
blob: 151c996a238dc6247c0de2d10f8c1f0fe5c8d2b6 (plain)
1
2
3
4
5
6
# Note that $DB and $PORT are environment variables that are 
# automatically interpreted and substituted by ACE!  
static ACE_Naming_Context "main -s $DB -p $PORT -h tango"
dynamic Name_Server_test Service_Object * ./Client_Test:_make_Client_Test () 
# Note: Client_Test must come after ACE_Naming_Context since it relies
# on the ACE_Naming_Context having been linked...