Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / rpmbuild / ace-tao-init-fedora / tao / tao-cosnaming.opt
blob79b4dcec707cc9fcf0c5ac5907e4616b66b21449
1 # Specify desired endpoint arguments
2 ENDPOINT="-ORBListenEndpoints iiop://:2809"
4 # Location of persistance data file, comment out to disable persistance.
5 PERSISTFILE="-f /var/cache/tao/tao-cosnaming.dat"
7 # Enable multicast discovery, comment out to disable.
8 #MULTICAST="-m 1"
10 # Enable debug logging, comment out to disable.
11 #DEBUGLEVEL="-ORBDebugLevel 10"
13 # Configure log file
14 LOGFILE="-ORBLogFile /var/log/tao/tao-cosnaming.log"
16 # Concatenate all options
17 OPTIONS="$ENDPOINT $PERSISTFILE $MULTICAST $DEBUGLEVEL $LOGFILE"