broke apart monolithic iocinf.h header file

This commit is contained in:
Jeff Hill
2001-04-19 23:52:07 +00:00
parent 03a92021a7
commit 1e786e3d5a
82 changed files with 2997 additions and 2398 deletions
+4 -18
View File
@@ -16,28 +16,14 @@
#include "iocinf.h"
#define epicsExportSharedSymbols
#include "cacIO.h"
#undef epicsExportSharedSymbols
cacChannelNotify::~cacChannelNotify ()
{
}
void cacChannelNotify::connectNotify ( cacChannel & )
{
}
void cacChannelNotify::disconnectNotify ( cacChannel & )
{
}
void cacChannelNotify::accessRightsNotify ( cacChannel &, const caAccessRights & )
{
}
void cacChannelNotify::exception ( cacChannel &io, int status, const char *pContext )
{
ca_signal_formated ( status, __FILE__, __LINE__, "channel=%s context=\"%s\"\n",
io.pHostName (), pContext );
}
bool cacChannelNotify::includeFirstConnectInCountOfOutstandingIO () const
{
return false;