pressrv_plat/registration_api/inc/simplefactory.h
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
   160     IMPORT_C static MSimpleFilterDocument* NewFilterDocumentL( const TDesC8& aXml );
   160     IMPORT_C static MSimpleFilterDocument* NewFilterDocumentL( const TDesC8& aXml );
   161     
   161     
   162     IMPORT_C static MSimpleContent* NewContentL( 
   162     IMPORT_C static MSimpleContent* NewContentL( 
   163         const TDesC8& aContentID, const TDesC8& aContentType );    
   163         const TDesC8& aContentID, const TDesC8& aContentType );    
   164 
   164 
   165     /**
       
   166      * Create new simple engine Connection entity.
       
   167      * @since S60 3.2
       
   168      * @param aObserver client callback observer
       
   169      * @param aServiceId serviceId of current service
       
   170      * @return MSimpleConnection, ownership is transferred.
       
   171      */
       
   172     IMPORT_C static MSimpleConnection* NewConnectionL(
       
   173         MSimpleConnectionObserver& aObserver, TInt32 aServiceId );
       
   174     };
   165     };
   175 
   166 
   176 #endif
   167 #endif
   177 
   168 
   178 // End of File
   169 // End of File