#include "FAppPkg_PackageManagerImpl.h"
#include "FAppPkg_PackageInfoImpl.h"
#include "FApp_AppControlManager.h"
+#include "FApp_TemplateUtil.h"
#include "FApp_Aul.h"
#include "FSys_SystemInfoImpl.h"
{
__appManagerEvent.Construct();
__appLifecycleEvent.Construct();
- __appListForAppLifecycle.Construct(0, 0, __strHashCodeProvider, __comparer);
+ __appListForAppLifecycle.Construct();
result r = __mutex.Create();
SysTryLog(NID_APP, r == E_SUCCESS, "Creating mutex failed.");
else
{
r = __appListForAppLifecycle.SetValue(appId, currentRefCnt);
- }
+ }
}
else
{
#include <FBaseRtIEventListener.h>
#include <FAppAppManager.h>
#include <FBaseSysLog.h>
-#include <FBaseStringHashCodeProvider.h>
-#include <FBaseComparerT.h>
#include "FApp_Types.h"
#include "FApp_AppManagerEvent.h"
Tizen::Base::Collection::LinkedListT<IActiveAppEventListener*> __activeAppEventListenerList;
Tizen::App::_AppLifecycleEvent __appLifecycleEvent;
Tizen::Base::Collection::HashMapT<Tizen::Base::String, int> __appListForAppLifecycle;
- Tizen::Base::ComparerT<Tizen::Base::String> __comparer;
- Tizen::Base::StringHashCodeProvider __strHashCodeProvider;
Tizen::Base::Runtime::Mutex __mutex;
friend class AppManager;