reordered init to eliminate gnu warning
This commit is contained in:
@@ -34,9 +34,9 @@ extern "C" void cacNoopAccesRightsHandler ( struct access_rights_handler_args )
|
||||
oldChannelNotify::oldChannelNotify ( oldCAC & cacIn, const char *pName,
|
||||
caCh * pConnCallBackIn, void * pPrivateIn, capri priority ) :
|
||||
cacCtx ( cacIn ),
|
||||
io ( cacIn.createChannel ( pName, *this, priority ) ),
|
||||
pConnCallBack ( pConnCallBackIn ),
|
||||
pPrivate ( pPrivateIn ), pAccessRightsFunc ( cacNoopAccesRightsHandler ),
|
||||
io ( cacIn.createChannel ( pName, *this, priority ) ),
|
||||
ioSeqNo ( cacIn.sequenceNumberOfOutstandingIO () ),
|
||||
prevConnected ( false )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user