14 lines
285 B
C++
Raw Permalink Normal View History

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license MPL v2.0 (see license file)
*/
2016-10-02 21:41:55 +02:00
#include <audio/drain/debug.hpp>
2015-04-10 23:00:13 +02:00
int32_t audio::drain::getLogId() {
static int32_t g_val = elog::registerInstance("audio-drain");
return g_val;
}