31 using namespace HandGroup;
45 HandUnitInterfacePrx handUnit = getContext<HandGroupStatechartContext>()->getHandUnit(in.getHandName());
46 handUnit->setShape(in.getShapeName());
50 handUnit->setShape(in.getShapeName());
52 setTimeoutEvent(in.getWaitTimeMs(), this->createEventDone());