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() {
|
||||
mutex_queue.lock();
|
||||
PIVector<__QueuedEvent> qe = events_queue;
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
#include "pimutex.h"
|
||||
#include "piset.h"
|
||||
#include "piqueue.h"
|
||||
#include "picrc.h"
|
||||
|
||||
|
||||
#ifdef DOXYGEN
|
||||
@@ -777,8 +776,6 @@ public:
|
||||
static PIMutex & __meta_mutex();
|
||||
static PIMap<uint, __MetaData> & __meta_data(); // [hash(classname)]=__MetaData
|
||||
|
||||
static CRC_32 & __meta_crc();
|
||||
|
||||
//! \brief Execute all posted events from CONNECTU_QUEUED connections
|
||||
void callQueuedEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user