21 lines
360 B
C
21 lines
360 B
C
|
/** @file
|
||
|
* @author Edouard DUPIN
|
||
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||
|
* @license APACHE v2.0 (see license file)
|
||
|
*/
|
||
|
|
||
|
#ifndef __RIVER_TEST_RECORD_READ_H__
|
||
|
#define __RIVER_TEST_RECORD_READ_H__
|
||
|
|
||
|
#undef __class__
|
||
|
#define __class__ "test_record_read"
|
||
|
|
||
|
namespace river_test_record_read {
|
||
|
|
||
|
};
|
||
|
|
||
|
#undef __class__
|
||
|
#define __class__ nullptr
|
||
|
|
||
|
#endif
|