windows-nt/Source/XPSP1/NT/termsrv/remdsk/msngr/approvaldialog.cpp

31 lines
645 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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();
}