simpleengine/engine/inc/simpleconnection.h
branchRCL_3
changeset 34 2669f8761a99
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
31:2580314736af 34:2669f8761a99
    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     
       
    58     /**
    56     /**
    59      * Destructor.
    57      * Destructor.
    60      */
    58      */
    61     virtual ~CSimpleConnection();
    59     virtual ~CSimpleConnection();
    62 
    60 
   134     void DeleteRequests();
   132     void DeleteRequests();
   135 
   133 
   136     /**
   134     /**
   137      * Two-phase constructor
   135      * Two-phase constructor
   138      */
   136      */
   139     void ConstructL( TInt32 aServiceId );
   137     void ConstructL( );
   140 
   138 
   141     /**
   139     /**
   142      * constructor
   140      * constructor
   143      */
   141      */
   144     CSimpleConnection( MSimpleConnectionObserver& aObserver );
   142     CSimpleConnection( MSimpleConnectionObserver& aObserver );