apengine/apeng/src/ApProtHandler.cpp
branchRCL_3
changeset 15 4dc3bb0099b0
parent 8 2e6c4614c58e
child 17 c14618f9de99
equal deleted inserted replaced
13:68f0c7cd80ec 15:4dc3bb0099b0
    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