Skip to content

Commit

Permalink
- fixes for corbaSessionName not defined when NOT compiling with Corba
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2710 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 15, 2007
1 parent 220343b commit f9d8c9c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Compiler/runtime/corbaimpl_stub.cpp
Expand Up @@ -13,9 +13,16 @@ using namespace std;


extern "C" {

/*
* @author adrpo
* @date 2007-02-08
* This variable is set in rtopts by function setCorbaSessionName(char* name);
* system independent Corba Session Name
*/
char* corbaSessionName=0;

void Corba_5finit(void)
{
{
}

void errmsg() {
Expand Down

0 comments on commit f9d8c9c

Please sign in to comment.