summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IvyProbe/IvyProbeDlg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h
index 62e3c95..d9706dd 100644
--- a/IvyProbe/IvyProbeDlg.h
+++ b/IvyProbe/IvyProbeDlg.h
@@ -44,6 +44,7 @@ public:
// Implementation
protected:
+ void WriteMessage(const CString & text);
void OnApplicationConnected( IvyApplication *app );
void OnApplicationDisconnected( IvyApplication *app );
void OnDirectMessage( IvyApplication *app, int id, const char *arg );
@@ -58,9 +59,10 @@ protected:
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
- virtual void OnOK();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnVscrollMsg();
+ afx_msg void OnClose();
+ virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()