#include <algorithm>
-#include "stg_locker.h"
+#include "stg/locker.h"
// Polymorphick action invocation
template <class ACTIVE_CLASS, typename DATA_TYPE>
{
{
- STG_LOCKER(&mutex, __FILE__, __LINE__);
+ STG_LOCKER lock(&mutex, __FILE__, __LINE__);
parent::iterator it(parent::begin());
while (it != parent::end())