creator/src/creator_factory.cpp
branchRCL_3
changeset 11 454d022d514b
parent 0 d6fe6244b863
equal deleted inserted replaced
9:404ad6c9bc20 11:454d022d514b
    18 
    18 
    19 #include "creator_factory.h"
    19 #include "creator_factory.h"
    20 
    20 
    21 #if( defined __SERIES60_30__ || defined __SERIES60_31__ )
    21 #if( defined __SERIES60_30__ || defined __SERIES60_31__ )
    22     #include "creator_phonebook.h"
    22     #include "creator_phonebook.h"
    23     #include "creator_accessPoint.h"
    23     #include "creator_accesspoint.h"
    24 #else
    24 #else
    25     #include "creator_virtualphonebook.h"
    25     #include "creator_virtualphonebook.h"
    26     #include "creator_connectionmethod.h"
    26     #include "creator_connectionmethod.h"
    27 #endif 
    27 #endif 
    28 
    28