Develop and Download Open Source Software

Browse CVS Repository

Contents of /satellite/neuromanager/neuromanager/NeuroManager.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Mon Mar 20 08:33:59 2006 UTC (18 years ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -2 lines
File MIME type: text/x-chdr
removed DynamicItems class.

1 /* --------------------------------------------------------------------- */
2 /* NeuroManager - A spike train analysis tool */
3 /* Copyright (c) 2005-2006 RIKEN, Japan. All rights reserved. */
4 /* http://satellite.sourceforge.jp/ */
5 /* --------------------------------------------------------------------- */
6 /* This program is free software; you can redistribute it and/or */
7 /* modify it under the terms of the GNU General Public License */
8 /* as published by the Free Software Foundation; either version 2 */
9 /* of the License, or (at your option) any later version. */
10 /* */
11 /* This program is distributed in the hope that it will be useful, */
12 /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14 /* GNU General Public License for more details. */
15 /* */
16 /* You should have received a copy of the GNU General Public License */
17 /* along with this program; see the file COPYING.txt. If not, write */
18 /* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth */
19 /* Floor, Boston, MA 02110-1301, USA. */
20 /* --------------------------------------------------------------------- */
21
22 /* $Id: NeuroManager.h,v 1.3 2006/03/20 07:24:14 orrisroot Exp $ */
23
24 // NeuroManager.h : main header file for the NeuroManager application
25 //
26
27 #pragma once
28
29 #ifndef __AFXWIN_H__
30 #error include 'stdafx.h' before including this file for PCH
31 #endif
32
33 #include "resource.h" // main symbols
34
35 #if defined(WIN32)
36 #pragma warning(disable: 4244 4312)
37 #endif
38
39 // CNeuroManagerApp:
40 // See NeuroManager.cpp for the implementation of this class
41 //
42
43 class CNeuroManagerApp : public CWinApp
44 {
45 public:
46 CNeuroManagerApp();
47 // Overrides
48 public:
49 virtual BOOL InitInstance();
50
51 // Implementation
52 afx_msg void OnAppAbout();
53 DECLARE_MESSAGE_MAP()
54 };
55
56 extern CNeuroManagerApp theApp;

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26