Commit 523e258e authored by claes's avatar claes

Parent added in objectName call

parent e65d79d9
/* /*
* Proview $Id: wb_procom.cpp,v 1.1 2006-09-14 14:16:20 claes Exp $ * Proview $Id: wb_procom.cpp,v 1.2 2007-04-25 13:40:50 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -154,7 +154,7 @@ void wb_procom::dispatch( vext_sQMsg *qmsg) ...@@ -154,7 +154,7 @@ void wb_procom::dispatch( vext_sQMsg *qmsg)
break; break;
case vext_eMsgType_ObjectName: case vext_eMsgType_ObjectName:
// printf( "ObjectName %s\n", qmsg->ObjectName.Name); // printf( "ObjectName %s\n", qmsg->ObjectName.Name);
m_provider->objectName( this, qmsg->ObjectName.Name); m_provider->objectName( this, qmsg->ObjectName.Name, 0);
break; break;
case vext_eMsgType_CreateObject: case vext_eMsgType_CreateObject:
// printf( "CreateObject %s\n", qmsg->CreateObject.Name); // printf( "CreateObject %s\n", qmsg->CreateObject.Name);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment