apengine/apeng/src/ApProtHandler.cpp
changeset 18 fcbbe021d614
parent 0 5a93021fdf25
child 20 9c97ad6591ae
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
    20 #include <cdbcols.h>
    20 #include <cdbcols.h>
    21 #include <commdb.h>
    21 #include <commdb.h>
    22 #include <ApEngineConsts.h>
    22 #include <ApEngineConsts.h>
    23 
    23 
    24 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    24 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    25 #include <ProtectDb.h>
    25 #include <ProtectDB.h>
    26 #include <ProtectcpDb.h>
    26 #include <protectcpdb.h>
    27 #else
    27 #else
    28 #include <comms-infras/commdb/protection/protectdb.h>
    28 #include <comms-infras/commdb/protection/protectdb.h>
    29 #include <comms-infras/commdb/protection/protectcpdb.h>
    29 #include <comms-infras/commdb/protection/protectcpdb.h>
    30 #endif
    30 #endif
    31 
    31