cgma
CubitOperationEvent.cpp
Go to the documentation of this file.
00001 
00002 #include "CubitOperationEvent.hpp"
00003 
00004 CubitOperationEvent::CubitOperationEvent(Type type)
00005   : mType(type)
00006 {
00007 }
00008 
00009 CubitOperationEvent::~CubitOperationEvent()
00010 {
00011 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines