diff -r 2580314736af -r 2669f8761a99 pressrv_plat/registration_api/inc/simplefactory.h --- a/pressrv_plat/registration_api/inc/simplefactory.h Thu Aug 19 10:19:02 2010 +0300 +++ b/pressrv_plat/registration_api/inc/simplefactory.h Tue Aug 31 15:35:50 2010 +0300 @@ -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