Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-09 02:40:43

0001 #ifndef FWCore_PluginManager_src_PauseMaxMemoryPreloadSentry_h
0002 #define FWCore_PluginManager_src_PauseMaxMemoryPreloadSentry_h
0003 
0004 namespace edm {
0005   class PauseMaxMemoryPreloadSentry {
0006   public:
0007     PauseMaxMemoryPreloadSentry();
0008     ~PauseMaxMemoryPreloadSentry();
0009 
0010     PauseMaxMemoryPreloadSentry(const PauseMaxMemoryPreloadSentry&) = delete;
0011     PauseMaxMemoryPreloadSentry(PauseMaxMemoryPreloadSentry&&) = delete;
0012     PauseMaxMemoryPreloadSentry& operator=(const PauseMaxMemoryPreloadSentry&) = delete;
0013     PauseMaxMemoryPreloadSentry& operator=(PauseMaxMemoryPreloadSentry&&) = delete;
0014   };
0015 }  // namespace edm
0016 
0017 #endif