Skip to content
Snippets Groups Projects
Commit e217166c authored by Mirko Wächter's avatar Mirko Wächter
Browse files

Adjusted constness of interface functions

parent b6aa8bde
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,8 @@ module armarx
void switchSetup(Ice::StringSeq controllerInstanceNames) throws InvalidArgumentException;
LVL1ControllerInterface* loadController(string className, string instanceName, LVL1ControllerConfig config) throws InvalidArgumentException;
["cpp:const"] idempotent bool loadLibFromPath(string path);
["cpp:const"] idempotent bool loadLibFromPackage(string package, string lib);
bool loadLibFromPath(string path);
bool loadLibFromPackage(string package, string lib);
//units
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment