lgrHlaGui.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)