gba/gbaserver/inc/bootstrap.h
changeset 1 d5423fbb4f29
parent 0 164170e6151a
equal deleted inserted replaced
0:164170e6151a 1:d5423fbb4f29
    19 #define BOOTSTRAPIMPL_H
    19 #define BOOTSTRAPIMPL_H
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 #include <stringpool.h>
    22 #include <stringpool.h>
    23 #include <http.h>
    23 #include <http.h>
    24 #include <gbautility.h>
    24 #include <GbaUtility.h>
    25 #include "M3GPPAuthenticationCallback.h"
    25 #include "M3GPPAuthenticationCallback.h"
    26 #include "gbauicc.h"
    26 #include "gbauicc.h"
    27 
    27 
    28 void ResetAndDestroyArray(TAny* aArray);
    28 void ResetAndDestroyArray(TAny* aArray);
    29 
    29