featuremgmt/featuremgr/test/rtest/src/t_fmgrnotify.cpp
changeset 17 55f2396f6d25
parent 14 15018f1726c7
equal deleted inserted replaced
15:3eacc0623088 17:55f2396f6d25
    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