libdballe  9.11
core/defs.h
Go to the documentation of this file.
1 #ifndef DBA_MSG_DEFS_H
2 #define DBA_MSG_DEFS_H
3 
8 #if defined(_DBALLE_TEST_CODE) || defined(_DBALLE_LIBRARY_CODE)
9 #define DBALLE_TEST_ONLY
10 #else
11 #define DBALLE_TEST_ONLY [[deprecated("this is intended for DB-All.e unit tests only")]]
12 #endif
13 
14 #endif