Olivier Thiboutot
2006-09-07 21:16:17 UTC
Hi all,
I'm working with omniOrb 2.80 on MS VC++6 and we want to migrate to
4.0.7.
Here is the question: We had lines of codes of the way
omniORB::maxTcpConnectionPerServer = max;
Now with the 4.0.7, I only found this way.
Adding
#include "OmniOrb4/internal/orbParameters.h"
omni::orbParameters::maxGIOPConnectionPerServer = max;
I feel that using #include "OmniOrb4/internal/..." is not the best way
to do it...
Can you just tip me on that ?
Olivier Thiboutot
I'm working with omniOrb 2.80 on MS VC++6 and we want to migrate to
4.0.7.
Here is the question: We had lines of codes of the way
omniORB::maxTcpConnectionPerServer = max;
Now with the 4.0.7, I only found this way.
Adding
#include "OmniOrb4/internal/orbParameters.h"
omni::orbParameters::maxGIOPConnectionPerServer = max;
I feel that using #include "OmniOrb4/internal/..." is not the best way
to do it...
Can you just tip me on that ?
Olivier Thiboutot