diff options
Diffstat (limited to 'cpp/demo/Ice/MFC/client/HelloClientDlg.h')
-rw-r--r-- | cpp/demo/Ice/MFC/client/HelloClientDlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/MFC/client/HelloClientDlg.h b/cpp/demo/Ice/MFC/client/HelloClientDlg.h index 1e20f1a3d49..56fb2ee45e9 100644 --- a/cpp/demo/Ice/MFC/client/HelloClientDlg.h +++ b/cpp/demo/Ice/MFC/client/HelloClientDlg.h @@ -38,7 +38,7 @@ protected: Demo::HelloPrx _helloPrx; Demo::Callback_Hello_sayHelloPtr _sayHelloCallback; Demo::Callback_Hello_shutdownPtr _shutdownCallback; - Ice::Callback_Communicator_flushBatchRequestsPtr _flushCallback; + Ice::Callback_Object_ice_flushBatchRequestsPtr _flushCallback; CEdit* _host; CComboBox* _mode; CSliderCtrl* _timeout; |