summaryrefslogtreecommitdiff
path: root/utils/vmpi/testapps/MessageWatch/MessageRecvMgr.h
blob: f570ddcc21ac5a0e02503988bbeb022b9bca8e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

#ifndef MESSAGERECVMGR_H
#define MESSAGERECVMGR_H
#ifdef _WIN32
#pragma once
#endif


class IMessageRecvMgr
{
public:
	
};


#endif // MESSAGERECVMGR_H