equal
deleted
inserted
replaced
24 const TInt KConnectArraySize( 2 ); |
24 const TInt KConnectArraySize( 2 ); |
25 const TInt KSendArraySize( 1 ); |
25 const TInt KSendArraySize( 1 ); |
26 const TInt KReceiveArraySize( 3 ); |
26 const TInt KReceiveArraySize( 3 ); |
27 const TInt KFirstParam( 0 ); |
27 const TInt KFirstParam( 0 ); |
28 const TInt KSecondParam( 1 ); |
28 const TInt KSecondParam( 1 ); |
29 const TInt KThirdParam( 1 ); |
29 const TInt KThirdParam( 2 ); |
30 |
30 |
31 // We need binary type suffix because LDD FW loads .ldd suffix as assumption. |
31 // We need binary type suffix because LDD FW loads .ldd suffix as assumption. |
32 _LIT( KISIDriverLddBinaryName, "isirouter.dll" ); |
32 _LIT( KISIDriverLddBinaryName, "isirouter.dll" ); |
33 |
33 |
34 enum TISIApiFaults |
34 enum TISIApiFaults |