Added Utility and Type namespaces
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef ARTISTMANAGER_H_
|
||||
#define ARTISTMANAGER_H_
|
||||
|
||||
#include "models/models.h"
|
||||
|
||||
namespace Manager
|
||||
{
|
||||
class artistManager
|
||||
{
|
||||
public:
|
||||
artistManager(const Model::BinaryPath&);
|
||||
private:
|
||||
Model::BinaryPath m_bConf;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user