summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:32 +0000
committerfcolin2007-02-01 13:11:32 +0000
commit12f638220c7c4fce178c39948cfd83882927e0cf (patch)
tree8a6604532be1358f9b27360d5d345b32a1f49f40
parentf4b6d7c31fe758a1d64745685b48161a81377008 (diff)
downloadivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.zip
ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.gz
ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.bz2
ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.xz
Utilisateur : Fcolin Date : 14/09/01 Heure : 15:21 Archivé dans $/Bus/Test (vss 12)
-rw-r--r--Bus/IvyProbe/IvyProbeDlg.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h
index 4d97c67..fa90f09 100644
--- a/Bus/IvyProbe/IvyProbeDlg.h
+++ b/Bus/IvyProbe/IvyProbeDlg.h
@@ -82,13 +82,19 @@ protected:
// Generated message map functions
//{{AFX_MSG(CTestDlg)
virtual BOOL OnInitDialog();
- //afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnClose();
afx_msg void OnSend();
afx_msg void OnBind();
+ afx_msg void OnClockFastBackward();
+ afx_msg void OnClockBackward();
+ afx_msg void OnClockPause();
+ afx_msg void OnClockStart();
+ afx_msg void OnClockForward();
+ afx_msg void OnClockFastForward();
+ afx_msg void OnClockRate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()