diff options
author | fcolin | 2007-02-01 13:11:34 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:34 +0000 |
commit | 63ac5d3c955c4373fe87b0f8f44fbc344b0336c7 (patch) | |
tree | ee83f94e2c8fb2c69f3baf032e7e1fe5aefb1651 /IvyProbe | |
parent | 0f81b4e3805796d2d71d318b60537b8847ac65d3 (diff) | |
download | ivy-cplusplus-63ac5d3c955c4373fe87b0f8f44fbc344b0336c7.zip ivy-cplusplus-63ac5d3c955c4373fe87b0f8f44fbc344b0336c7.tar.gz ivy-cplusplus-63ac5d3c955c4373fe87b0f8f44fbc344b0336c7.tar.bz2 ivy-cplusplus-63ac5d3c955c4373fe87b0f8f44fbc344b0336c7.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 'IvyProbe')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h index fa90f09..bf59474 100644 --- a/IvyProbe/IvyProbeDlg.h +++ b/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()
|