bearermanagement/mpm/src/rmpm.cpp
branchRCL_3
changeset 12 ea6e024ea6f9
parent 0 5a93021fdf25
child 73 70ee5458c95d
equal deleted inserted replaced
8:2e6c4614c58e 12:ea6e024ea6f9
   275                                   const TConnectionId  /*aConnId*/,
   275                                   const TConnectionId  /*aConnId*/,
   276                                   TBMNeededAction&     /*aNeededAction*/,
   276                                   TBMNeededAction&     /*aNeededAction*/,
   277                                   TRequestStatus&      /*aStatus*/ )
   277                                   TRequestStatus&      /*aStatus*/ )
   278     {
   278     {
   279     __ASSERT_ALWAYS( EFalse, Panic( KErrNotSupported ) );
   279     __ASSERT_ALWAYS( EFalse, Panic( KErrNotSupported ) );
   280     //-jl- TODO remove this function from the API.
   280     // TODO remove this function from the API.
   281     }
   281     }
   282 
   282 
   283 // -----------------------------------------------------------------------------
   283 // -----------------------------------------------------------------------------
   284 // RMPM::RegisterPrefIAPNotif
   284 // RMPM::RegisterPrefIAPNotif
   285 // -----------------------------------------------------------------------------
   285 // -----------------------------------------------------------------------------
   322 //
   322 //
   323 EXPORT_C TInt RMPM::RegisterPrefIAPNotif( const TConnPref&     /*aConnPref*/,
   323 EXPORT_C TInt RMPM::RegisterPrefIAPNotif( const TConnPref&     /*aConnPref*/,
   324                                           const TConnectionId  /*aConnId*/ )
   324                                           const TConnectionId  /*aConnId*/ )
   325     {
   325     {
   326     __ASSERT_ALWAYS( EFalse, Panic( KErrNotSupported ) );
   326     __ASSERT_ALWAYS( EFalse, Panic( KErrNotSupported ) );
   327     //-jl- TODO remove this function from the API.
   327     // TODO remove this function from the API.
   328     return NULL;
   328     return NULL;
   329     }
   329     }
   330 
   330 
   331 
   331 
   332 // -----------------------------------------------------------------------------
   332 // -----------------------------------------------------------------------------