diff -r 2e6c4614c58e -r ea6e024ea6f9 bearermanagement/mpm/src/mpmserver.cpp --- a/bearermanagement/mpm/src/mpmserver.cpp Fri Feb 19 23:12:51 2010 +0200 +++ b/bearermanagement/mpm/src/mpmserver.cpp Fri Mar 12 15:44:18 2010 +0200 @@ -25,6 +25,7 @@ #include // Voice call notification #include // KMmTsyModuleName #include +#include #include "mpmserver.h" #include "mpmserversession.h" @@ -2023,7 +2024,7 @@ MPMLOGSTRING2( "CMPMServer::NotifyDisconnectL: \ Disconnected Connection Id = 0x%x", iSessions[sIndex]->ConnectionId() ) - iSessions[sIndex]->ClientErrorNotificationL( KErrDisconnected ); + iSessions[sIndex]->ClientErrorNotificationL( KErrForceDisconnected ); } } }