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