gba/gbaserver/inc/dataretriever.h
changeset 48 6ed68423b759
parent 0 164170e6151a
child 50 03674e5abf46
equal deleted inserted replaced
44:eb08ec9af6e4 48:6ed68423b759
    24 
    24 
    25 #include <stringpool.h>
    25 #include <stringpool.h>
    26 #include <http.h>
    26 #include <http.h>
    27 #include <es_sock.h> 
    27 #include <es_sock.h> 
    28 #include <commdbconnpref.h>
    28 #include <commdbconnpref.h>
    29 #include <cmmanagerext.h>
    29 #include <cmmanager.h>
    30 #include <hash.h>
    30 #include <hash.h>
    31 #include "M3GPPAuthenticationCallback.h"
    31 #include "M3GPPAuthenticationCallback.h"
    32 
    32 
    33 
    33 
    34 // HTTPHeader data lenghts
    34 // HTTPHeader data lenghts
   145           RHTTPTransaction          iHTTPTransaction;
   145           RHTTPTransaction          iHTTPTransaction;
   146           RConnection               iConnection;
   146           RConnection               iConnection;
   147           RSocketServ               iSockServ;
   147           RSocketServ               iSockServ;
   148           C3GPPBootstrapHttpHandler* iHttpHandler;          // we own this    
   148           C3GPPBootstrapHttpHandler* iHttpHandler;          // we own this    
   149           MBootstrapCallBack*       iBootstrapCallBack;     // don't own this
   149           MBootstrapCallBack*       iBootstrapCallBack;     // don't own this
   150           RCmManagerExt             iCmManagerExt;
   150           RCmManager             	iCmManager;
   151     };
   151     };
   152 
   152 
   153 
   153 
   154 
   154 
   155 #endif // DATARETRIEVER_H
   155 #endif // DATARETRIEVER_H