removed leftover junk
This commit is contained in:
@@ -141,20 +141,6 @@ caStatus casStrmClient::verifyRequest (casChannelI *&pChan)
|
||||
return ECA_NORMAL;
|
||||
}
|
||||
|
||||
//
|
||||
// find the monitor associated with a resource id
|
||||
//
|
||||
inline casClientMon * caServerI::resIdToClientMon (
|
||||
const caResId & idIn )
|
||||
{
|
||||
casRes * pRes = this->lookupRes ( idIn, casMonitorT );
|
||||
//
|
||||
// cast is ok since the type code was verified
|
||||
// (and we know casClientMon derived from resource)
|
||||
//
|
||||
return reinterpret_cast < casClientMon * > ( pRes );
|
||||
}
|
||||
|
||||
//
|
||||
// casStrmClient::show (unsigned level)
|
||||
//
|
||||
|
||||
@@ -863,7 +863,6 @@ private:
|
||||
#include "casIOD.h" // IO dependent
|
||||
#include "casOSD.h" // OS dependent
|
||||
|
||||
class casClientMon;
|
||||
class beaconTimer;
|
||||
class beaconAnomalyGovernor;
|
||||
|
||||
@@ -890,11 +889,6 @@ public:
|
||||
//
|
||||
casPVI *resIdToPV (const caResId &id);
|
||||
|
||||
//
|
||||
// find the client monitor associated with a resource id
|
||||
//
|
||||
casClientMon *resIdToClientMon (const caResId &idIn);
|
||||
|
||||
void installClient (casStrmClient *pClient);
|
||||
|
||||
void removeClient (casStrmClient *pClient);
|
||||
|
||||
Reference in New Issue
Block a user