featuremgmt/featuremgr/src/serverexe/featmgrserver.h
changeset 17 55f2396f6d25
parent 14 15018f1726c7
child 51 7d4490026038
equal deleted inserted replaced
15:3eacc0623088 17:55f2396f6d25
    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