diff options
Diffstat (limited to 'cpp/demo/Ice/MFC/client/HelloClientDlg.h')
-rw-r--r-- | cpp/demo/Ice/MFC/client/HelloClientDlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/demo/Ice/MFC/client/HelloClientDlg.h b/cpp/demo/Ice/MFC/client/HelloClientDlg.h index d7acdab51fc..f61ffbe6bb0 100644 --- a/cpp/demo/Ice/MFC/client/HelloClientDlg.h +++ b/cpp/demo/Ice/MFC/client/HelloClientDlg.h @@ -49,9 +49,10 @@ protected: afx_msg void OnSayHello();
afx_msg void OnFlush();
afx_msg void OnShutdown();
- afx_msg LRESULT OnAMIException(WPARAM, LPARAM);
- afx_msg LRESULT OnAMIResponse(WPARAM, LPARAM);
afx_msg LRESULT OnAMISent(WPARAM, LPARAM);
+ afx_msg LRESULT OnAMIResponse(WPARAM, LPARAM);
+ afx_msg LRESULT OnAMIException(WPARAM, LPARAM);
+ afx_msg LRESULT OnAMIFlush(WPARAM, LPARAM);
DECLARE_MESSAGE_MAP()
private:
|