fixed names
This commit is contained in:
@@ -93,7 +93,6 @@ void nciu::destructor ( epicsGuard < epicsMutex > & guard )
|
||||
this->~nciu ();
|
||||
}
|
||||
|
||||
#pragma message ("audit all callback mutex locks to verify that they dont occur at inappropriate times in the main thread?" )
|
||||
// called virtually
|
||||
void nciu::destroy ( epicsGuard < epicsMutex > & guard )
|
||||
{
|
||||
|
||||
@@ -54,7 +54,6 @@ public:
|
||||
epicsGuard < callbackMutex > &,
|
||||
epicsGuard < epicsMutex > &,
|
||||
const epicsTime & currentTime );
|
||||
#pragma message ("too low level?")
|
||||
void cancel ();
|
||||
void show ( unsigned level ) const;
|
||||
double delay () const;
|
||||
|
||||
@@ -734,7 +734,6 @@ void tcpiiu::unresponsiveCircuitNotify (
|
||||
this->echoRequestPending = true;
|
||||
this->sendThreadFlushEvent.signal ();
|
||||
|
||||
#pragma message ( "cancel is too low level" )
|
||||
this->recvDog.cancel ();
|
||||
this->sendDog.cancel ();
|
||||
if ( this->connectedList.count() ) {
|
||||
|
||||
@@ -67,7 +67,7 @@ LIBSRCS += dbCa.c
|
||||
LIBSRCS += dbCaTest.c
|
||||
LIBSRCS += initHooks.c
|
||||
LIBSRCS += cvtBpt.c
|
||||
LIBSRCS += dbServiceIO.cpp
|
||||
LIBSRCS += dbContext.cpp
|
||||
LIBSRCS += dbChannelIO.cpp
|
||||
LIBSRCS += dbSubscriptionIO.cpp
|
||||
LIBSRCS += dbPutNotifyBlocker.cpp
|
||||
|
||||
@@ -125,7 +125,6 @@ private:
|
||||
dbContextPrivateListOfIO & operator = ( const dbContextPrivateListOfIO & );
|
||||
};
|
||||
|
||||
#pragma message ( "name change reflecting dbContext indicated?" )
|
||||
// allow only one thread at a time to use the cache, but do not hold
|
||||
// lock when calling the callback
|
||||
class dbContextReadNotifyCache {
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
* 505 665 1831
|
||||
*/
|
||||
|
||||
#pragma message ( "file name needs to change" )
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "epicsMutex.h"
|
||||
Reference in New Issue
Block a user