QXRD  0.11.16
qxrdmutexlocker.cpp
Go to the documentation of this file.
1 #include "qcepmutexlocker.h"
2 #include <stdio.h>
3 #include <QThread>
4 #include "qxrdapplication.h"
5 
6 //QcepMutexLocker::QcepMutexLocker(const char *file, int line, QMutex * mutex)
7 // : QcepMutexLocker(file, line, mutex)
8 //{
9 // if (g_Application) {
10 // g_Application->incLockerCount();
11 // }
12 //}