00001 /*************************************************************** 00002 * Name: N1568DemoApp.h 00003 * Purpose: Defines Application Class 00004 * Author: NDA (nicola.dellamico@ndatech.it) 00005 * Created: 2008-07-29 00006 * Copyright: CAEN S.p.A (www.caen.it) 00007 * License: 00008 **************************************************************/ 00009 00010 #ifndef N1568DEMOAPP_H 00011 #define N1568DEMOAPP_H 00012 00013 #include <wx/app.h> 00014 00015 class N1568DemoApp : public wxApp { 00016 public: 00017 virtual bool OnInit(); 00018 00019 }; 00020 00021 #endif // N1568DEMOAPP_H
1.5.6