pressrv_plat/registration_api/inc/simplefactory.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
--- 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