web_plat/connection_manager_api/inc/ConnectionObservers.h
branchRCL_3
changeset 34 220a17280356
parent 0 dd21522fd290
child 41 4bd5176e1bc8
equal deleted inserted replaced
32:ea4b2e4f7cac 34:220a17280356
    22 #ifndef Connection_Observers_H
    22 #ifndef Connection_Observers_H
    23 #define Connection_Observers_H
    23 #define Connection_Observers_H
    24 
    24 
    25 //System includes
    25 //System includes
    26 #include <es_sock.h>
    26 #include <es_sock.h>
    27 
    27 #include <es_enum.h>
       
    28 #include <cdbcols.h>
    28 
    29 
    29 //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
    30 class MConnectionStageObserver
    31 class MConnectionStageObserver
    31 	{
    32 	{
    32 	public:
    33 	public: