Skip to content

Commit

Permalink
- fixes for Linux part
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2690 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 8, 2007
1 parent 7f89670 commit 5d481d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/corbaimpl.cpp
Expand Up @@ -361,14 +361,14 @@ RML_BEGIN_LABEL(Corba__initialize)
* build the reference to store in the file
*/
ref = omcpoa->id_to_reference (oid.in());
objref_file << tempPath << "openmodelica." << user << ".objid." << corbaSessionName;
objref_file << "/tmp/openmodelica." << user << ".objid." << corbaSessionName;
}
else /* we don't have a session name, start OMC normaly */
{
server = new OmcCommunication_impl();
oid = poa->activate_object(server);
ref = poa->id_to_reference (oid.in());
objref_file << tempPath << "openmodelica." << user << ".objid";
objref_file << /tmp/openmodelica." << user << ".objid";
}
str = orb->object_to_string (ref.in());
Expand Down

0 comments on commit 5d481d2

Please sign in to comment.