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 )
|
||||
{
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ private:
|
||||
|
||||
template < class T >
|
||||
inline sgAutoPtr < T > :: sgAutoPtr ( struct CASG & sgIn ) :
|
||||
sg ( sgIn ), pNotify ( 0 )
|
||||
pNotify ( 0 ), sg ( sgIn )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user