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

View File

@@ -28,7 +28,10 @@
*
*/
#define epicsAssertAuthor "Jeff Hill johill@lanl.gov"
#include "iocinf.h"
#include "syncGroup.h"
#include "oldAccess.h"
syncGroupNotify::syncGroupNotify ( CASG &sgIn, chid chanIn ) :
@@ -46,7 +49,7 @@ syncGroupNotify::~syncGroupNotify ()
void syncGroupNotify::show ( unsigned /* level */ ) const
{
printf ( "pending sg op: chan=%s magic=%u sg=%p\n",
::printf ( "pending sg op: chan=%s magic=%u sg=%p\n",
this->chan->pName(), this->magic,
static_cast <void *> ( &this->sg ) );
}