File indexing completed on 2024-09-07 04:36:23
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014 #include "FWCore/Framework/src/limited/implementorsMethods.h"
0015 #include "FWCore/Framework/interface/limited/OutputModule.h"
0016
0017 namespace edm {
0018
0019 class ModuleCallingContext;
0020
0021 namespace limited {
0022 namespace outputmodule {
0023 void InputFileWatcher::doRespondToOpenInputFile_(FileBlock const& iB) { respondToOpenInputFile(iB); }
0024 void InputFileWatcher::doRespondToCloseInputFile_(FileBlock const& iB) { respondToCloseInputFile(iB); }
0025 }
0026 }
0027 }