GME  13
ObjectEventWrapper.cpp
Go to the documentation of this file.
00001 // ObjectEventWrapper.cpp: implementation of the CMgaObjectEventWrapper class.
00002 //
00004 
00005 #include "stdafx.h"
00006 #include "ObjectEventWrapper.h"
00007 
00008 #ifdef _DEBUG
00009 #undef THIS_FILE
00010 static char THIS_FILE[]=__FILE__;
00011 #define new DEBUG_NEW
00012 #endif
00013 
00015 // Construction/Destruction
00017 
00018 CMgaObjectEventWrapper::CMgaObjectEventWrapper(IMgaObject *pMgaObject, 
00019                         unsigned long eventmask):m_ccpMgaObject(pMgaObject),m_eventmask(eventmask)
00020 {
00021 
00022 }
00023 
00024 CMgaObjectEventWrapper::~CMgaObjectEventWrapper()
00025 {
00026 
00027 }