[omniORB] omniORB::scanGranularity(100);
not working in omniORB 4.1
William Bauder
bill at simplified.biz
Tue Apr 1 11:48:59 BST 2008
You should be able to pass it in via the options parameter to
ORB::init(), i.e.:
const char* options[][2] = {
{"scanGranularity", "100"},
{0, 0}
};
CORBA::ORB_init(argc, argv, "omniORB4", options);
-----Original Message-----
From: omniorb-list-bounces at omniorb-support.com
[mailto:omniorb-list-bounces at omniorb-support.com] On Behalf Of Stefan
Walter
Sent: Tuesday, April 01, 2008 8:49 AM
To: omniorb-list at omniorb-support.com
Subject: [omniORB] omniORB::scanGranularity(100); not working in omniORB
4.1
In omniORB3 this line was working proper: omniORB::scanGranularity(100);
but in omniORB4 i get with this line the following compiler error:
'scanGranularity' : is not a member of 'omniORB'
does anyone know how to set the scanGranularity within the C++ code for
omniORB4?
Cheers Stefan
_______________________________________________
omniORB-list mailing list
omniORB-list at omniorb-support.com
http://www.omniorb-support.com/mailman/listinfo/omniorb-list
More information about the omniORB-list
mailing list