featuremgmt/featuremgr/src/serverexe/featmgrserver.h
branchRCL_3
changeset 10 31a8f755b7fe
parent 8 fa9941cf3867
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
    28 #include "featmgrclientserver.h"
    28 #include "featmgrclientserver.h"
    29 #include <featmgr/featureinfoplugin.h>
    29 #include <featmgr/featureinfoplugin.h>
    30 #include "featmgrtimer.h"
    30 #include "featmgrtimer.h"
    31 #include "featmgrfeatureregistry.h"
    31 #include "featmgrfeatureregistry.h"
    32 #include "burstate.h"
    32 #include "burstate.h"
       
    33 
       
    34 #ifdef FEATURE_MANAGER_STARTUP_TEST
       
    35     inline void FmgrFatalErrorL(TInt err, const TDesC&, TInt)
       
    36         {
       
    37         User::Leave(err);
       
    38         }
       
    39 #else
       
    40     inline void FmgrFatalErrorL(TInt, const TDesC& aPanicCategory, TInt aPanicCode)
       
    41         {
       
    42         User::Panic(aPanicCategory, aPanicCode);
       
    43         }
       
    44 #endif
    33 
    45 
    34 // FORWARD DECLARATIONS
    46 // FORWARD DECLARATIONS
    35 class CFeatMgrPluginHandler;
    47 class CFeatMgrPluginHandler;
    36 class CFeatMgrFeatureRegistry;
    48 class CFeatMgrFeatureRegistry;
    37 
    49