1 /*++
2 
3 Copyright (c) Microsoft Corporation
4 
5 Module Name:
6 
7     FxFileObjectUm.hpp
8 
9 Abstract:
10 
11     This module implements a frameworks managed FileObject
12 
13 Author:
14 
15 
16 
17 Environment:
18 
19     User mode only
20 
21 Revision History:
22 
23 
24 --*/
25 
26 #ifndef _FXFILEOBJECTUM_H_
27 #define _FXFILEOBJECTUM_H_
28 
29 #include "FxFileObject.hpp"
30 
31 #endif // _FXFILEOBJECTUM_H_
32 
33 
34