diff -r c8caa15ef882 -r e6a66db4e9d0 pressrv_plat/registration_api/inc/simplefactory.h --- a/pressrv_plat/registration_api/inc/simplefactory.h Tue Feb 02 01:05:17 2010 +0200 +++ b/pressrv_plat/registration_api/inc/simplefactory.h Fri Mar 19 09:37:41 2010 +0200 @@ -162,15 +162,6 @@ IMPORT_C static MSimpleContent* NewContentL( const TDesC8& aContentID, const TDesC8& aContentType ); - /** - * Create new simple engine Connection entity. - * @since S60 3.2 - * @param aObserver client callback observer - * @param aServiceId serviceId of current service - * @return MSimpleConnection, ownership is transferred. - */ - IMPORT_C static MSimpleConnection* NewConnectionL( - MSimpleConnectionObserver& aObserver, TInt32 aServiceId ); }; #endif