simpleengine/engine/inc/simpleconnection.h
branchRCL_3
changeset 18 fbd2e7cec7ef
parent 17 2669f8761a99
equal deleted inserted replaced
17:2669f8761a99 18:fbd2e7cec7ef
    51      * @param aObserver callback observer
    51      * @param aObserver callback observer
    52      * @return CSimpleConnection
    52      * @return CSimpleConnection
    53      */
    53      */
    54     static CSimpleConnection* NewL( MSimpleConnectionObserver& aObserver );
    54     static CSimpleConnection* NewL( MSimpleConnectionObserver& aObserver );
    55 
    55 
       
    56     static CSimpleConnection* NewL( MSimpleConnectionObserver& aObserver, TInt32 aServiceId );
       
    57     
    56     /**
    58     /**
    57      * Destructor.
    59      * Destructor.
    58      */
    60      */
    59     virtual ~CSimpleConnection();
    61     virtual ~CSimpleConnection();
    60 
    62 
   132     void DeleteRequests();
   134     void DeleteRequests();
   133 
   135 
   134     /**
   136     /**
   135      * Two-phase constructor
   137      * Two-phase constructor
   136      */
   138      */
   137     void ConstructL( );
   139     void ConstructL( TInt32 aServiceId );
   138 
   140 
   139     /**
   141     /**
   140      * constructor
   142      * constructor
   141      */
   143      */
   142     CSimpleConnection( MSimpleConnectionObserver& aObserver );
   144     CSimpleConnection( MSimpleConnectionObserver& aObserver );