git-svn-id: svn://db.shs.com.ru/pip@841 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -424,12 +424,6 @@ PIMap<uint, PIObject::__MetaData> & PIObject::__meta_data() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
CRC_32 & PIObject::__meta_crc() {
|
|
||||||
static CRC_32 ret = standardCRC_32();
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void PIObject::callQueuedEvents() {
|
void PIObject::callQueuedEvents() {
|
||||||
mutex_queue.lock();
|
mutex_queue.lock();
|
||||||
PIVector<__QueuedEvent> qe = events_queue;
|
PIVector<__QueuedEvent> qe = events_queue;
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
#include "pimutex.h"
|
#include "pimutex.h"
|
||||||
#include "piset.h"
|
#include "piset.h"
|
||||||
#include "piqueue.h"
|
#include "piqueue.h"
|
||||||
#include "picrc.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef DOXYGEN
|
#ifdef DOXYGEN
|
||||||
@@ -777,8 +776,6 @@ public:
|
|||||||
static PIMutex & __meta_mutex();
|
static PIMutex & __meta_mutex();
|
||||||
static PIMap<uint, __MetaData> & __meta_data(); // [hash(classname)]=__MetaData
|
static PIMap<uint, __MetaData> & __meta_data(); // [hash(classname)]=__MetaData
|
||||||
|
|
||||||
static CRC_32 & __meta_crc();
|
|
||||||
|
|
||||||
//! \brief Execute all posted events from CONNECTU_QUEUED connections
|
//! \brief Execute all posted events from CONNECTU_QUEUED connections
|
||||||
void callQueuedEvents();
|
void callQueuedEvents();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user