userlibandfileserver/fileserver/inc/f32file.h
changeset 45 329ab0095843
parent 44 36bfc973b146
equal deleted inserted replaced
44:36bfc973b146 45:329ab0095843
    24 
    24 
    25 #if !defined(__E32BASE_H__)
    25 #if !defined(__E32BASE_H__)
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #endif
    27 #endif
    28 
    28 
       
    29 #ifndef SYMBIAN_ENABLE_PUBLIC_PLATFORM_HEADER_SPLIT
       
    30 // Old implementation including platform e32svr.h (which includes the several other platform headers)...
    29 #if !defined(__E32SVR_H__)
    31 #if !defined(__E32SVR_H__)
    30 #include <e32svr.h>
    32 #include <e32svr.h>
    31 #endif
    33 #endif
    32 
       
    33 #include <e32ldr.h>
    34 #include <e32ldr.h>
       
    35 #else
       
    36 // New implementation including only the public headers needed for f32file.h...
       
    37 #include <e32ldr.h>
       
    38 // And the public headers previously included via e32svr.h but otherwise not needed for f32file.h...
       
    39 #include <e32def.h>
       
    40 #include <e32event.h>
       
    41 #include <e32debug.h>
       
    42 #include <e32keys.h> 
       
    43 #endif
    34 
    44 
    35 
    45 
    36 /**
    46 /**
    37 @publishedAll
    47 @publishedAll
    38 @released
    48 @released