featuremgmt/featuremgr/test/rtest/src/t_fmgrnotify.cpp
branchRCL_3
changeset 10 31a8f755b7fe
parent 8 fa9941cf3867
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
    19 #include <featurecontrol.h>
    19 #include <featurecontrol.h>
    20 #include <featurenotifier.h>
    20 #include <featurenotifier.h>
    21 
    21 
    22 using namespace NFeature;
    22 using namespace NFeature;
    23 
    23 
    24 const TUid KNewFeatureUid = {0x7888ABCD}; 
    24 const TUid KNewFeatureUid = {0x7888ABCA}; 
    25 const TUid KNewFeatureUid2 = {0x7888ABCF}; 
    25 const TUid KNewFeatureUid2 = {0x7888ABCB}; 
    26 
    26 
    27 ///////////////////////////////////////////////////////////////////////////////////////
    27 ///////////////////////////////////////////////////////////////////////////////////////
    28 
    28 
    29 static RTest TheTest(_L("t_fmgrnotify"));
    29 static RTest TheTest(_L("t_fmgrnotify"));
    30 
    30