Skip to content
Snippets Groups Projects
Commit b0723c8e authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Remove usages of assignProxy

parent 27a7aa26
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,9 @@ namespace armarx
void StatechartExecutorExample::onConnectComponent()
{
assignProxy(_statechartExecutor, "SimpleStatechartExecutor");
getProxy(_statechartExecutor, "SimpleStatechartExecutor");
assignProxy(_remoteGuiPrx, "RemoteGuiProvider");
getProxy(_remoteGuiPrx, "RemoteGuiProvider");
_tabName = "StatechartExecutorExample";
setupRemoteGuiWidget();
_remoteGuiTab = RemoteGui::TabProxy(_remoteGuiPrx, _tabName);
......
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