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.

30 lines
645 B

  1. // ApprovalDialog.cpp: implementation of the CApprovalDialog class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. // This class is temporary until the remote control completed stuff
  5. // is fixed for Salem
  6. #include "stdafx.h"
  7. #include "ApprovalDialog.h"
  8. #include "RemoteDesktopClientSession.h"
  9. //////////////////////////////////////////////////////////////////////
  10. // Construction/Destruction
  11. //////////////////////////////////////////////////////////////////////
  12. CApprovalDialog::CApprovalDialog()
  13. {
  14. }
  15. CApprovalDialog::~CApprovalDialog()
  16. {
  17. }
  18. VOID CApprovalDialog::OnOk()
  19. {
  20. m_rObj->ShowRemdeskControl();
  21. }