web_plat/connection_manager_api/inc/ConnectionObservers.h
branchRCL_3
changeset 48 79859ed3eea9
parent 41 4bd5176e1bc8
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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 
    25 //System includes
    28 //System includes
    26 #include <es_sock.h>
    29 #include <es_sock.h>
    27 #include <es_enum.h>
    30 #include <es_enum.h> 
    28 #include <cdbcols.h>
    31 #include <cdbcols.h>
    29 
    32 
    30 //You should inherit from this if you want to observe connection stages
    33 //You should inherit from this if you want to observe connection stages
    31 class MConnectionStageObserver
    34 class MConnectionStageObserver
    32 	{
    35 	{
   125                                       TInt* aStages, 
   128                                       TInt* aStages, 
   126                                       TInt aNumOfStages,
   129                                       TInt aNumOfStages,
   127                                       MConnectionMultiStageObserver* aObserver,
   130                                       MConnectionMultiStageObserver* aObserver,
   128                                       TBool aCompleteIfAlreadyAtStage = ETrue );
   131                                       TBool aCompleteIfAlreadyAtStage = ETrue );
   129 
   132 
   130     IMPORT_C TNifProgressBuf GetProgressBuffer();
       
   131 
       
   132 protected:
   133 protected:
   133 
   134 
   134     /**
   135     /**
   135     *Attach to connection, the name of which is the aConnName.
   136     *Attach to connection, the name of which is the aConnName.
   136     *@param aConnName connection name returned by RConnection::Name()
   137     *@param aConnName connection name returned by RConnection::Name()