diff options
author | fcolin | 2007-02-01 13:11:34 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:34 +0000 |
commit | b9dc9f74943cce63d13aa8d69f77d67e84ef0394 (patch) | |
tree | e4c55368ec7ab7c77b56fefde9b7c5eede8b5cd7 /Bus/IvyProbe | |
parent | 12f638220c7c4fce178c39948cfd83882927e0cf (diff) | |
download | ivy-cplusplus-b9dc9f74943cce63d13aa8d69f77d67e84ef0394.zip ivy-cplusplus-b9dc9f74943cce63d13aa8d69f77d67e84ef0394.tar.gz ivy-cplusplus-b9dc9f74943cce63d13aa8d69f77d67e84ef0394.tar.bz2 ivy-cplusplus-b9dc9f74943cce63d13aa8d69f77d67e84ef0394.tar.xz |
Utilisateur : Fcolin Date : 27/03/02 Heure : 12:29 Archivé dans $/Bus/Test Commentaire: Add file load and save for message (vss 13)
Diffstat (limited to 'Bus/IvyProbe')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index fa90f09..bf59474 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -77,7 +77,8 @@ protected: void OnDirectMessage( IvyApplication *app, int id, const char *arg );
void FaderCallback( IvyApplication *app, int argc, const char **argv );
void IvyCallback( IvyApplication *app, int argc, const char **argv );
- Ivy *bus; HICON m_hIcon;
+ Ivy *bus;
+ HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestDlg)
@@ -95,6 +96,8 @@ protected: afx_msg void OnClockForward();
afx_msg void OnClockFastForward();
afx_msg void OnClockRate();
+ afx_msg void OnLoad();
+ afx_msg void OnSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
|