ReactOS 0.4.15-dev-7918-g2a2556c
fxresourcecollectionkm.cpp
Go to the documentation of this file.
1/*++
2
3Copyright (c) Microsoft Corporation
4
5Module Name:
6
7 FxResourceCollection.cpp
8
9Abstract:
10
11 This module implements a base object for derived collection classes and
12 the derived collection classes.
13
14Author:
15
16
17
18Environment:
19
20 Kernel mode only
21
22Revision History:
23
24--*/
25
26#include "fxsupportpch.hpp"
27
28#if defined(EVENT_TRACING)
29// Tracing support
30extern "C" {
31#include "FxResourceCollectionKm.tmh"
32}
33#endif
34
36{
37}
38
39