diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/p2prouter_dll/inc/p2prouter.h --- a/connectivitylayer/isce/p2prouter_dll/inc/p2prouter.h Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/p2prouter_dll/inc/p2prouter.h Tue Oct 19 13:16:20 2010 +0300 @@ -77,7 +77,7 @@ /* * See comments from MP2PChRouterIf */ - void Open( const TUint8 aProtocolId, MP2PRouterChIf* aCallback ); + void Connect( const TUint8 aProtocolId, MP2PRouterChIf* aCallback ); /* * See comments from MP2PChRouterIf @@ -116,6 +116,7 @@ public: MP2PRouterChIf* iChannel; MP2PRouterChIf* iWaitingChannel; + TBool iTrxConnectionStatus; }; // Guards class shared state of this class, owned