fixed names

This commit is contained in:
Jeff Hill
2004-01-09 01:05:27 +00:00
parent f04fa5fdf3
commit cde473e4d9
6 changed files with 1 additions and 7 deletions

View File

@@ -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 )
{

View File

@@ -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;

View File

@@ -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() ) {

View File

@@ -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

View File

@@ -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 {

View File

@@ -23,8 +23,6 @@
* 505 665 1831
*/
#pragma message ( "file name needs to change" )
#include <limits.h>
#include "epicsMutex.h"