diff -r 6295dc2169f3 -r 8486d82aef45 connectivitylayer/isce/isaaccessextension_dll/inc/internalapi.h --- a/connectivitylayer/isce/isaaccessextension_dll/inc/internalapi.h Wed Apr 21 14:29:55 2010 +0300 +++ b/connectivitylayer/isce/isaaccessextension_dll/inc/internalapi.h Tue Oct 19 13:16:20 2010 +0300 @@ -47,8 +47,7 @@ // abstract interface for both channels user & kernel // called by extension, provided by extension -class MIAD2ChannelApi : public MISIRouterObjectIf - { +class MIAD2ChannelApi { public: @@ -112,8 +111,7 @@ // *called by LDD // *provided from extension // *must take care of syncronization, LDD and kernel channels using this -class MChannel2IADApi : public MISIObjectRouterIf - { +class MChannel2IADApi { public: @@ -153,13 +151,11 @@ */ virtual TInt SendIndication( TDes8& aMessage, const TUint16 aCh ) = 0; -#if (NCP_COMMON_SOS_VERSION_SUPPORT >= SOS_VERSION_95) virtual TInt Loan( const TUint16 aChannel, const TUint16 aRequest, MIAD2ChannelApi* aCallback ) = 0; virtual TInt ReturnLoan( const TUint16 aChannel, const TUint16 aRequest, MIAD2ChannelApi* aCallback ) = 0; -#endif };