cgma
|
00001 00002 #include "CubitOperationEvent.hpp" 00003 00004 CubitOperationEvent::CubitOperationEvent(Type type) 00005 : mType(type) 00006 { 00007 } 00008 00009 CubitOperationEvent::~CubitOperationEvent() 00010 { 00011 }