--- linuxsampler/trunk/src/common/ConditionServer.h 2006/06/27 22:53:17 879 +++ linuxsampler/trunk/src/common/ConditionServer.h 2006/06/27 22:57:37 880 @@ -3,6 +3,7 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck * + * Copyright (C) 2005, 2006 Christian Schoenebeck * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -27,6 +28,8 @@ #include "Condition.h" #include "global.h" +namespace LinuxSampler { + /** * Thread safe condition for semi real time operation * @@ -135,4 +138,6 @@ Mutex PushMutex; }; +} // namespace LinuxSampler + #endif // __CONDITIONSERVER_H__