[DEV] remove __class__

This commit is contained in:
Edouard DUPIN 2016-05-02 21:29:34 +02:00
parent 5f191a3e34
commit 8b86ac13ec
14 changed files with 0 additions and 35 deletions

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
@ -14,10 +12,6 @@
#include <audio/ess/decWav.h>
#include <math.h>
#undef __class__
#define __class__ "audio::ess::Effects"
audio::ess::Effects::Effects(const std::shared_ptr<audio::river::Manager>& _manager) :
m_manager(_manager) {
std::unique_lock<std::mutex> lock(m_mutex);

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
@ -14,9 +12,6 @@
#include <audio/ess/LoadedFile.h>
#include <math.h>
#undef __class__
#define __class__ "audio::ess::Music"
audio::ess::Music::Music(const std::shared_ptr<audio::river::Manager>& _manager) :
m_manager(_manager),
m_position(0) {

View File

@ -1,8 +1,6 @@
/**
* @author Edouard DUPIN
*
* @copyright 2011, Edouard DUPIN, all right reserved
*
* @license APACHE v2.0 (see license file)
*/
#pragma once