[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_AEC_H__
|
||||
#define __RIVER_TEST_AEC_H__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_aec"
|
||||
@@ -220,4 +218,3 @@ namespace river_test_aec {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_ECHO_DELAY_H__
|
||||
#define __RIVER_TEST_ECHO_DELAY_H__
|
||||
#pragma once
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
@@ -431,4 +429,3 @@ namespace river_test_echo_delay {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_FORMAT_H__
|
||||
#define __RIVER_TEST_FORMAT_H__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_format"
|
||||
@@ -244,4 +242,3 @@ namespace river_test_format {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_MUXER_H__
|
||||
#define __RIVER_TEST_MUXER_H__
|
||||
#pragma once
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
@@ -181,4 +179,3 @@ namespace river_test_muxer {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_PLAYBACK_CALLBACK_H__
|
||||
#define __RIVER_TEST_PLAYBACK_CALLBACK_H__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_playback_callback"
|
||||
@@ -138,4 +136,3 @@ namespace river_test_playback_callback {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_PLAYBACK_WRITE_H__
|
||||
#define __RIVER_TEST_PLAYBACK_WRITE_H__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_playback_write"
|
||||
@@ -184,4 +182,3 @@ namespace river_test_playback_write {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_RECORD_CALLBACK_H__
|
||||
#define __RIVER_TEST_RECORD_CALLBACK_H__
|
||||
#pragma once
|
||||
|
||||
#include <test-debug/debug.h>
|
||||
|
||||
@@ -102,4 +100,3 @@ namespace river_test_record_callback {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @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__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_record_read"
|
||||
@@ -17,4 +15,3 @@ namespace river_test_record_read {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
@@ -3,9 +3,7 @@
|
||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||
* @license APACHE v2.0 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __RIVER_TEST_VOLUME_H__
|
||||
#define __RIVER_TEST_VOLUME_H__
|
||||
#pragma once
|
||||
|
||||
#undef __class__
|
||||
#define __class__ "test_volume"
|
||||
@@ -138,4 +136,3 @@ namespace river_test_volume {
|
||||
#undef __class__
|
||||
#define __class__ nullptr
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user