diff options
Diffstat (limited to 'TAO/examples/Simulator/DOVEMIB/svc.conf')
-rw-r--r-- | TAO/examples/Simulator/DOVEMIB/svc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simulator/DOVEMIB/svc.conf b/TAO/examples/Simulator/DOVEMIB/svc.conf index eb4772f319e..e1aa19dda47 100644 --- a/TAO/examples/Simulator/DOVEMIB/svc.conf +++ b/TAO/examples/Simulator/DOVEMIB/svc.conf @@ -1,5 +1,5 @@ # $Id$ # -static Resource_Factory "-ORBresources global" +static Resource_Factory "-ORBResources global" static Client_Strategy_Factory "" -static Server_Strategy_Factory "-ORBconcurrency reactive -ORBdemuxstrategy dynamic -ORBtablesize 128" +static Server_Strategy_Factory "-ORBConcurrency reactive -ORBDemuxStrategy dynamic -ORBTableSize 128" |