Go to the documentation of this file.00001
00002
00003
00004
00005
00008 #ifdef DtHLA
00009
00010 #ifndef lgrHlaGui_H_
00011 #define lgrHlaGui_H_
00012
00013 #include "lgrSimGui.h"
00014 #include <lgrAppGuiInterface.h>
00015 #include <virtualConstructor.h>
00016
00017 namespace MAKLogger
00018 {
00021 class DT_DLL_LGRSIMGUI DtLgrHlaGui
00022 {
00023 DT_VIRTUAL_CTR(DtLgrHlaGui,())
00024
00025
00026 virtual ~DtLgrHlaGui();
00027
00029 virtual void attach(DtLgrAppGuiInterfaceSP appGui);
00030
00033 static void guiCallback(DtLgrAppGuiInterfaceSP appGui);
00034 };
00035
00036 }
00037
00038 #endif
00039 #endif