diff -r c8caa15ef882 -r e6a66db4e9d0 simpledatamodeladapter/src/presencepluginsession.cpp --- a/simpledatamodeladapter/src/presencepluginsession.cpp Tue Feb 02 01:05:17 2010 +0200 +++ b/simpledatamodeladapter/src/presencepluginsession.cpp Fri Mar 19 09:37:41 2010 +0200 @@ -81,7 +81,7 @@ iServiceId = aService.IapId(); //Create connection - iConnection = TSimpleFactory::NewConnectionL( *this, aService.IapId() ); + iConnection = TSimpleFactory::NewConnectionL( *this ); //Check here is xdm settings ok CheckXDMSettingsL( aService.IapId() ); @@ -446,7 +446,7 @@ } // --------------------------------------------------------------------------- -// CPresencePluginSession::DoCancel() +// CPresencePluginPublisher::DoCancel() // --------------------------------------------------------------------------- // void CPresencePluginSession::DoCancel( ) @@ -490,7 +490,7 @@ // TInt CPresencePluginSession::RunError( TInt /*aError*/ ) { - DP_SDA("CPresencePluginSession::RunError"); + DP_SDA("CPresencePluginPublisher::RunError"); return KErrNone; }