diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-E76A69FF-0FF2-52DC-A5B4-FBB772677CB3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-E76A69FF-0FF2-52DC-A5B4-FBB772677CB3.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,32 @@ + + + + + +Notifying +on Completion of a Bearer Migration +

This tutorial explains how to receive notification on after completing +bearer migration.

+
Procedure
    +
  1. Derive a class from +the CImMobilityPolicyPlugin class.

  2. +
  3. Call the CImMobilityPolicyPlugin::MigrationComplete() function +with following parameters:

    virtual void MigrationComplete (TMsvId aService, TAccessPointInfo aNewIap)

    The parameters identify the service ID for which the migration has +completed, the new Access Point identifier, and the completion code for the +migration.

  4. +
+
Result

The completion code notifies +the plug-in that the migration was successful, or if it failed to reconnect, +or if a networking level error occurred during the migration.

+
+Bearer Mobility +Overview +Bearer Mobility +Policy Plug-in Overview +
\ No newline at end of file