Win32ApplicationHandler.h
Go to the documentation of this file.
00001 // ****************************************************************************
00002 // Filename:  Win32ApplicationHandler.h
00003 // Author:    Florian Hecht
00004 // Date:      2008
00005 // ****************************************************************************
00006 
00007 
00008 #ifndef _WIN32_APPLICATION_HANDLER_H_
00009 #define _WIN32_APPLICATION_HANDLER_H_
00010 
00011 
00012 // ****************************************************************************
00013 // Necessary includes
00014 // ****************************************************************************
00015 
00016 #include "Interfaces/ApplicationHandlerInterface.h"
00017 
00018 
00019 
00020 // ****************************************************************************
00021 // CWin32ApplicationHandler
00022 // ****************************************************************************
00023 
00024 class CWin32ApplicationHandler : public CApplicationHandlerInterface
00025 {
00026 public:
00027         CWin32ApplicationHandler();
00028         ~CWin32ApplicationHandler();
00029 
00030         bool ProcessEventsAndGetExit();
00031         void Reset() {};
00032 };
00033 
00034 
00035 
00036 #endif /* _WIN32_APPLICATION_HANDLER_H_ */


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58