pushmtm/MtmUtilSrc/PushAuthenticationUtilitiesWL.cpp
changeset 32 92a061761a7b
parent 0 84ad3b177aa3
equal deleted inserted replaced
31:868cceedabd3 32:92a061761a7b
    23 #include "PushInitiatorList.h"
    23 #include "PushInitiatorList.h"
    24 #include "PushInitiator.h"
    24 #include "PushInitiator.h"
    25 #include "PushMtmSettings.h"
    25 #include "PushMtmSettings.h"
    26 #include "PushMtmUtilPanic.h"
    26 #include "PushMtmUtilPanic.h"
    27 #include "PushMtmLog.h"
    27 #include "PushMtmLog.h"
    28 #include <PushMessage.h>
    28 #include <push/PushMessage.h>
    29 #include <PushEntry.h>
    29 #include <PushEntry.h>
    30 
    30 
    31 // ================= MEMBER FUNCTIONS =======================
    31 // ================= MEMBER FUNCTIONS =======================
    32 
    32 
    33 // ---------------------------------------------------------
    33 // ---------------------------------------------------------
    34 // TPushAuthenticationUtil::AuthenticateMsgL
    34 // TPushAuthenticationUtil::AuthenticateMsgL
    35 // ---------------------------------------------------------
    35 // ---------------------------------------------------------
    36 //
    36 //
    37 EXPORT_C TBool TPushAuthenticationUtil::AuthenticateMsgL
    37 EXPORT_C TBool TPushAuthenticationUtil::AuthenticateMsgL
    38 										( 
    38 										(
    39 										const CPushMtmSettings& aMtmSettings, 
    39 										const CPushMtmSettings& aMtmSettings,
    40 										const CPushMessage& aPushMsg 
    40 										const CPushMessage& aPushMsg
    41 										)
    41 										)
    42     {
    42     {
    43     PUSHLOG_ENTERFN("TPushAuthenticationUtil::AuthenticateMsgL")
    43     PUSHLOG_ENTERFN("TPushAuthenticationUtil::AuthenticateMsgL")
    44 
    44 
    45     // In case of white listing by default do not accept messages.
    45     // In case of white listing by default do not accept messages.
    92 // ---------------------------------------------------------
    92 // ---------------------------------------------------------
    93 // TPushAuthenticationUtil::AuthenticateMsgL
    93 // TPushAuthenticationUtil::AuthenticateMsgL
    94 // ---------------------------------------------------------
    94 // ---------------------------------------------------------
    95 //
    95 //
    96 EXPORT_C TBool TPushAuthenticationUtil::AuthenticateMsgL
    96 EXPORT_C TBool TPushAuthenticationUtil::AuthenticateMsgL
    97 										( 
    97 										(
    98 										const CPushMtmSettings& aMtmSettings, 
    98 										const CPushMtmSettings& aMtmSettings,
    99 										const CPushMsgEntryBase& aPushMsg 
    99 										const CPushMsgEntryBase& aPushMsg
   100 										)
   100 										)
   101     {
   101     {
   102     PUSHLOG_ENTERFN("TPushAuthenticationUtil::AuthenticateMsgL 2")
   102     PUSHLOG_ENTERFN("TPushAuthenticationUtil::AuthenticateMsgL 2")
   103 
   103 
   104     // In case of white listing by default do not accept messages.
   104     // In case of white listing by default do not accept messages.