[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
parent
569d59e05a
commit
f1643a1231
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_INTERFACE_H__
|
|
||||||
#define __AUDIO_RIVER_INTERFACE_H__
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -330,6 +328,3 @@ namespace audio {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_MANAGER_H__
|
|
||||||
#define __AUDIO_RIVER_MANAGER_H__
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -150,4 +148,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,10 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#ifndef __AUDIO_RIVER_DEBUG_H__
|
|
||||||
#define __AUDIO_RIVER_DEBUG_H__
|
|
||||||
|
|
||||||
#include <etk/log.h>
|
#include <etk/log.h>
|
||||||
|
|
||||||
@ -60,6 +57,3 @@ namespace audio {
|
|||||||
} \
|
} \
|
||||||
}while(0)
|
}while(0)
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifdef __AUDIO_RIVER_DEBUG_H__
|
|
||||||
#undef __AUDIO_RIVER_DEBUG_H__
|
|
||||||
|
|
||||||
#undef RIVER_BASE
|
#undef RIVER_BASE
|
||||||
#undef RIVER_CRITICAL
|
#undef RIVER_CRITICAL
|
||||||
@ -17,5 +15,3 @@
|
|||||||
#undef RIVER_TODO
|
#undef RIVER_TODO
|
||||||
#undef RIVER_ASSERT
|
#undef RIVER_ASSERT
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __AUDIO_RIVER_IO_GROUP_H__
|
#pragma once
|
||||||
#define __AUDIO_RIVER_IO_GROUP_H__
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -74,5 +73,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_MANAGER_H__
|
|
||||||
#define __AUDIO_RIVER_IO_MANAGER_H__
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -153,5 +151,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_H__
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -222,5 +220,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_AEC_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_AEC_H__
|
|
||||||
|
|
||||||
#include <audio/river/io/Node.h>
|
#include <audio/river/io/Node.h>
|
||||||
#include <audio/river/Interface.h>
|
#include <audio/river/Interface.h>
|
||||||
@ -106,5 +104,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_FILE_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_FILE_H__
|
|
||||||
|
|
||||||
#ifdef AUDIO_RIVER_BUILD_FILE
|
#ifdef AUDIO_RIVER_BUILD_FILE
|
||||||
|
|
||||||
@ -54,6 +52,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_MUXER_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_MUXER_H__
|
|
||||||
|
|
||||||
#include <audio/river/io/Node.h>
|
#include <audio/river/io/Node.h>
|
||||||
#include <audio/river/Interface.h>
|
#include <audio/river/Interface.h>
|
||||||
@ -66,5 +64,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_ORCHESTRA_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_ORCHESTRA_H__
|
|
||||||
|
|
||||||
#ifdef AUDIO_RIVER_BUILD_ORCHESTRA
|
#ifdef AUDIO_RIVER_BUILD_ORCHESTRA
|
||||||
|
|
||||||
@ -73,6 +71,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_IO_NODE_PORTAUDIO_H__
|
|
||||||
#define __AUDIO_RIVER_IO_NODE_PORTAUDIO_H__
|
|
||||||
|
|
||||||
#ifdef AUDIO_RIVER_BUILD_PORTAUDIO
|
#ifdef AUDIO_RIVER_BUILD_PORTAUDIO
|
||||||
|
|
||||||
@ -51,5 +49,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __AUDIO_RIVER_H__
|
|
||||||
#define __AUDIO_RIVER_H__
|
|
||||||
|
|
||||||
#include <etk/types.h>
|
#include <etk/types.h>
|
||||||
|
|
||||||
@ -36,5 +34,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @license BSD 3 clauses (see license file)
|
* @license BSD 3 clauses (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __APPL_WINDOWS_H__
|
|
||||||
#define __APPL_WINDOWS_H__
|
|
||||||
|
|
||||||
#include <ewol/widget/Windows.h>
|
#include <ewol/widget/Windows.h>
|
||||||
#include <ewol/widget/Composer.h>
|
#include <ewol/widget/Composer.h>
|
||||||
@ -25,7 +23,5 @@ namespace appl {
|
|||||||
void onCallbackRecord();
|
void onCallbackRecord();
|
||||||
void onCallbackGenerate();
|
void onCallbackGenerate();
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __APPL_DEBUG_H__
|
|
||||||
#define __APPL_DEBUG_H__
|
|
||||||
|
|
||||||
#include <etk/log.h>
|
#include <etk/log.h>
|
||||||
|
|
||||||
@ -39,5 +37,3 @@ namespace appl {
|
|||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_AEC_H__
|
|
||||||
#define __RIVER_TEST_AEC_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_aec"
|
#define __class__ "test_aec"
|
||||||
@ -220,4 +218,3 @@ namespace river_test_aec {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_ECHO_DELAY_H__
|
|
||||||
#define __RIVER_TEST_ECHO_DELAY_H__
|
|
||||||
|
|
||||||
#include <test-debug/debug.h>
|
#include <test-debug/debug.h>
|
||||||
|
|
||||||
@ -431,4 +429,3 @@ namespace river_test_echo_delay {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_FORMAT_H__
|
|
||||||
#define __RIVER_TEST_FORMAT_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_format"
|
#define __class__ "test_format"
|
||||||
@ -244,4 +242,3 @@ namespace river_test_format {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_MUXER_H__
|
|
||||||
#define __RIVER_TEST_MUXER_H__
|
|
||||||
|
|
||||||
#include <test-debug/debug.h>
|
#include <test-debug/debug.h>
|
||||||
|
|
||||||
@ -181,4 +179,3 @@ namespace river_test_muxer {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_PLAYBACK_CALLBACK_H__
|
|
||||||
#define __RIVER_TEST_PLAYBACK_CALLBACK_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_playback_callback"
|
#define __class__ "test_playback_callback"
|
||||||
@ -138,4 +136,3 @@ namespace river_test_playback_callback {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_PLAYBACK_WRITE_H__
|
|
||||||
#define __RIVER_TEST_PLAYBACK_WRITE_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_playback_write"
|
#define __class__ "test_playback_write"
|
||||||
@ -184,4 +182,3 @@ namespace river_test_playback_write {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_RECORD_CALLBACK_H__
|
|
||||||
#define __RIVER_TEST_RECORD_CALLBACK_H__
|
|
||||||
|
|
||||||
#include <test-debug/debug.h>
|
#include <test-debug/debug.h>
|
||||||
|
|
||||||
@ -102,4 +100,3 @@ namespace river_test_record_callback {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_RECORD_READ_H__
|
|
||||||
#define __RIVER_TEST_RECORD_READ_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_record_read"
|
#define __class__ "test_record_read"
|
||||||
@ -17,4 +15,3 @@ namespace river_test_record_read {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2015, Edouard DUPIN, all right reserved
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __RIVER_TEST_VOLUME_H__
|
|
||||||
#define __RIVER_TEST_VOLUME_H__
|
|
||||||
|
|
||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ "test_volume"
|
#define __class__ "test_volume"
|
||||||
@ -138,4 +136,3 @@ namespace river_test_volume {
|
|||||||
#undef __class__
|
#undef __class__
|
||||||
#define __class__ nullptr
|
#define __class__ nullptr
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __ARW_TEMPORAL_VIEWER_H__
|
|
||||||
#define __ARW_TEMPORAL_VIEWER_H__
|
|
||||||
|
|
||||||
#include <ewol/widget/Widget.h>
|
#include <ewol/widget/Widget.h>
|
||||||
#include <ewol/compositing/Drawing.h>
|
#include <ewol/compositing/Drawing.h>
|
||||||
@ -59,4 +57,3 @@ namespace audio {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
|
#pragma once
|
||||||
#ifndef __ARW_DEBUG_H__
|
|
||||||
#define __ARW_DEBUG_H__
|
|
||||||
|
|
||||||
#include <etk/log.h>
|
#include <etk/log.h>
|
||||||
|
|
||||||
@ -43,5 +41,3 @@ namespace audio {
|
|||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user