web_plat/connection_manager_api/inc/ConnectionObservers.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    20 
    20 
    21 
    21 
    22 #ifndef Connection_Observers_H
    22 #ifndef Connection_Observers_H
    23 #define Connection_Observers_H
    23 #define Connection_Observers_H
    24 
    24 
    25 #warning The Connection Manager API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    26 
       
    27 
       
    28 //System includes
    25 //System includes
    29 #include <es_sock.h>
    26 #include <es_sock.h>
    30 #include <es_enum.h> 
    27 #include <es_enum.h>
    31 #include <cdbcols.h>
    28 #include <cdbcols.h>
    32 
    29 
    33 //You should inherit from this if you want to observe connection stages
    30 //You should inherit from this if you want to observe connection stages
    34 class MConnectionStageObserver
    31 class MConnectionStageObserver
    35 	{
    32 	{
   128                                       TInt* aStages, 
   125                                       TInt* aStages, 
   129                                       TInt aNumOfStages,
   126                                       TInt aNumOfStages,
   130                                       MConnectionMultiStageObserver* aObserver,
   127                                       MConnectionMultiStageObserver* aObserver,
   131                                       TBool aCompleteIfAlreadyAtStage = ETrue );
   128                                       TBool aCompleteIfAlreadyAtStage = ETrue );
   132 
   129 
       
   130     IMPORT_C TNifProgressBuf GetProgressBuffer();
       
   131 
   133 protected:
   132 protected:
   134 
   133 
   135     /**
   134     /**
   136     *Attach to connection, the name of which is the aConnName.
   135     *Attach to connection, the name of which is the aConnName.
   137     *@param aConnName connection name returned by RConnection::Name()
   136     *@param aConnName connection name returned by RConnection::Name()