summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Client/svc.conf
blob: 4e789d4eaf0e9c495fe69ccca2aaa5ce8c4e44fb (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 -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...