Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / orbsvcs / FTRT_Event_Service / supplier
blob8825f9a75ae2948cd82b44e64ec35fb10624b4d3
1 #!/bin/sh
3 HOSTNAME=`hostname`
4 EndpintParam=
5 FTEC_TransactionDepth=${FTEC_TransactionDepth=1}
7 while test "$1" != ""
8 do
9 case "$1" in
10 -sciop) ORBNameServicePort=${ORBNameServicePort=10000}
11 export NameServiceIOR=${NameServiceIOR=corbaloc:sciop:$HOSTNAME:$ORBNameServicePort/NameService}
12 EndpointParam="-ORBEndpoint sciop://";;
13 -d) $FTEC_TransactionDepth=$2
14 shift;;
15 -orbd) EndpointParam="$EndpointParam -ORBDebugLevel $2"; shift;;
16 *) EndpointParam="$EndpointParam $1";;
17 esac
18 shift
19 done
21 cd $TAO_ROOT/orbsvcs/tests/FtRtEvent
22 export FTEC_TransactionDepth
23 ./supplier $EndpointParam