Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:33

0001 
0002 // Copyright 2020, Jefferson Science Associates, LLC.
0003 // Subject to the terms in the LICENSE file found in the top-level directory.
0004 
0005 #pragma once
0006 #include <JANA/Services/JLockService.h>
0007 
0008 namespace jana::compatibility::jlockservice {
0009 [[deprecated("Use JANA/Services/JLockService.h instead")]]
0010 constexpr static int header_is_deprecated = 0;
0011 constexpr static int warn_about_header_deprecation = header_is_deprecated;
0012 }
0013 
0014