Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MPCTestAPI.h « MPCTestAPI « apps « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1c6f3a08768c00df8addfbba0d2e1096cc9f103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// RegisterCopyData.h : main header file for the REGISTERCOPYDATA application
//

#pragma once
#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CRegisterCopyDataApp:
// See RegisterCopyData.cpp for the implementation of this class
//

class CRegisterCopyDataApp : public CWinApp
{
public:
	CRegisterCopyDataApp();

	// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRegisterCopyDataApp)
public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

	// Implementation

	//{{AFX_MSG(CRegisterCopyDataApp)
	// NOTE - the ClassWizard will add and remove member functions here.
	//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};