Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Use the omniORB specific parameters. They are different from MICO parameters.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jun 4, 2014
1 parent 748bff8 commit a0c0fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMShell/OMShellGUI/omc_communicator.cpp
Expand Up @@ -97,8 +97,8 @@ bool OmcCommunicator::establishConnection()
}

// ORB initialization.
int argc = 6;
static const char *argv[] = { "OMShell", "-NoResolve", "-IIOPAddr", "inet:127.0.0.1:0", "-ORBgiopMaxMsgSize", "10485760" };
int argc = 2;
static const char *argv[] = {"-ORBgiopMaxMsgSize", "2147483647"};
CORBA::ORB_var orb = CORBA::ORB_init(argc, (char **)argv);

QFile objectRefFile;
Expand Down

0 comments on commit a0c0fa5

Please sign in to comment.