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.
|
|
// ApprovalDialog.h: interface for the CApprovalDialog class.
//
//////////////////////////////////////////////////////////////////////
// This class is temporary until the remote control completed stuff
// is fixed for Salem
#if !defined(AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_)
#define AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_
#include "StaticOkDialog.h"
class CRemoteDesktopClientSession;
class CApprovalDialog : public CStaticOkDialog { public: CRemoteDesktopClientSession * m_rObj; CApprovalDialog(); virtual ~CApprovalDialog();
private:
virtual VOID OnOk();
};
#endif // !defined(AFX_APPROVALDIALOG_H__263811F5_3495_45BC_B6A9_2648831887B0__INCLUDED_)
|