diff -r a4d6f1ea0416 -r e7aa27f58ae1 emailcontacts/remotecontactlookup/inc/cpbkxremotecontactlookupenv.inl --- a/emailcontacts/remotecontactlookup/inc/cpbkxremotecontactlookupenv.inl Tue Jan 26 11:45:42 2010 +0200 +++ b/emailcontacts/remotecontactlookup/inc/cpbkxremotecontactlookupenv.inl Tue Feb 02 00:02:40 2010 +0200 @@ -17,7 +17,7 @@ #include -#include +#include // ----------------------------------------------------------------------------- // CPbkxRemoteContactLookupEnv::NewL @@ -27,12 +27,12 @@ { CPbkxRemoteContactLookupEnv* self = NULL; - TUid implUid = {KPbkxRemoteContactLookupServiceImplImpUid}; + TUid implUid = {KPbkxRemoteContactLookupServiceImplImpUid}; - TAny* interface = REComSession::CreateImplementationL ( - implUid, _FOFF( CPbkxRemoteContactLookupEnv, iDtor_ID_Key ) ); + TAny* interface = REComSession::CreateImplementationL ( + implUid, _FOFF( CPbkxRemoteContactLookupEnv, iDtor_ID_Key ) ); - return reinterpret_cast< CPbkxRemoteContactLookupEnv* >( interface ); + return reinterpret_cast< CPbkxRemoteContactLookupEnv* >( interface ); } // -----------------------------------------------------------------------------