[DEV] rename lib river in audio::river

This commit is contained in:
2015-04-11 09:38:30 +02:00
parent bf05f46f24
commit 26e71b2a92
46 changed files with 1806 additions and 1799 deletions

13
audio/river/debug.cpp Normal file
View File

@@ -0,0 +1,13 @@
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#include <audio/river/debug.h>
int32_t audio::river::getLogId() {
static int32_t g_val = etk::log::registerInstance("river");
return g_val;
}