Skip to content

Commit

Permalink
fix for fmu global settings in cpp runtime
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21585 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Jul 21, 2014
1 parent ceee2fe commit db1c138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
Expand Up @@ -43,5 +43,7 @@ class FMUGlobalSettings : public IGlobalSettings
virtual string getResultsFileName() { return "fmuresults.csv"; }
virtual void setRuntimeLibrarypath(string) {}
virtual string getRuntimeLibrarypath() { return "";}
virtual void setAlarmTime(unsigned int) {}
virtual unsigned int getAlarmTime() {return 0;}
private:
};

0 comments on commit db1c138

Please sign in to comment.