Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
735 B

  1. // ApprovalDialog.h: interface for the CApprovalDialog class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. // This class is temporary until the remote control completed stuff
  5. // is fixed for Salem
  6. #if !defined(AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_)
  7. #define AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_
  8. #include "StaticOkDialog.h"
  9. class CRemoteDesktopClientSession;
  10. class CApprovalDialog : public CStaticOkDialog
  11. {
  12. public:
  13. CRemoteDesktopClientSession * m_rObj;
  14. CApprovalDialog();
  15. virtual ~CApprovalDialog();
  16. private:
  17. virtual VOID OnOk();
  18. };
  19. #endif // !defined(AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_)