WindowsXP-SP1/termsrv/remdsk/msngr/approvaldialog.cpp
2020-09-30 16:53:49 +02:00

31 lines
675 B
C++

// ApprovalDialog.cpp: implementation of the CApprovalDialog class.
//
//////////////////////////////////////////////////////////////////////
// This class is temporary until the remote control completed stuff
// is fixed for Salem
#include "stdafx.h"
#include "ApprovalDialog.h"
#include "RemoteDesktopClientSession.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CApprovalDialog::CApprovalDialog()
{
}
CApprovalDialog::~CApprovalDialog()
{
}
VOID CApprovalDialog::OnOk()
{
m_rObj->ShowRemdeskControl();
}