authenticationservices/authenticationserver/source/server/pluginmgr.cpp
changeset 30 cf642210ecb7
parent 19 ece3df019add
equal deleted inserted replaced
19:ece3df019add 30:cf642210ecb7
    21  @file
    21  @file
    22 */
    22 */
    23 
    23 
    24 #include "authserver_impl.h"
    24 #include "authserver_impl.h"
    25 #include <authserver/authpatchdata.h>
    25 #include <authserver/authpatchdata.h>
    26 #include <u32hal.h> 
    26 #include <u32hal.h>
       
    27 #include <e32svr.h> 
    27 using namespace AuthServer;
    28 using namespace AuthServer;
    28 
    29 
    29 TLinearOrder<CAuthPluginInterface> CPluginMgr::SPluginOrder(PluginCompare);
    30 TLinearOrder<CAuthPluginInterface> CPluginMgr::SPluginOrder(PluginCompare);
    30 
    31 
    31 TInt CPluginMgr::PluginCompare(const CAuthPluginInterface& aLhs,
    32 TInt CPluginMgr::PluginCompare(const CAuthPluginInterface& aLhs,