removed leftover junk

This commit is contained in:
Jeff Hill
2003-01-07 15:55:02 +00:00
parent e8efa5b015
commit 8243afe938
2 changed files with 0 additions and 20 deletions

View File

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

View File

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