phonebookui/Phonebook2/ServerApplication/src/CPbk2SingleContactDataAssigner.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    28 #include "CPbk2ContactFetchPhase.h"
    28 #include "CPbk2ContactFetchPhase.h"
    29 #include "CPbk2SingleAssignDataPhase.h"
    29 #include "CPbk2SingleAssignDataPhase.h"
    30 #include "CPbk2SelectCreateNewPropertyPhase.h"
    30 #include "CPbk2SelectCreateNewPropertyPhase.h"
    31 #include "CPbk2PrepareSingleAssignPhase.h"
    31 #include "CPbk2PrepareSingleAssignPhase.h"
    32 #include "MPbk2SelectFieldProperty.h"
    32 #include "MPbk2SelectFieldProperty.h"
    33 #include <pbk2uicontrols.rsg>
    33 #include <Pbk2UIControls.rsg>
    34 #include <pbk2serverapp.rsg>
    34 #include <Pbk2ServerApp.rsg>
    35 #include <CPbk2StoreManager.h>
    35 #include <CPbk2StoreManager.h>
    36 #include <CPbk2StoreConfiguration.h>
    36 #include <CPbk2StoreConfiguration.h>
    37 #include <MPbk2ApplicationServices.h>
    37 #include <MPbk2ApplicationServices.h>
    38 #include "TPbk2AssignNoteService.h"
    38 #include "TPbk2AssignNoteService.h"
    39 
    39 
   228 // --------------------------------------------------------------------------
   228 // --------------------------------------------------------------------------
   229 // CPbk2SingleContactDataAssigner::AcceptDelayedContactsL
   229 // CPbk2SingleContactDataAssigner::AcceptDelayedContactsL
   230 // --------------------------------------------------------------------------
   230 // --------------------------------------------------------------------------
   231 //
   231 //
   232 void CPbk2SingleContactDataAssigner::AcceptDelayedContactsL
   232 void CPbk2SingleContactDataAssigner::AcceptDelayedContactsL
   233         ( const TDesC8& /*aContactLinkBuffer*/ )
       
   234     {
       
   235     // Do nothing
       
   236     }
       
   237 
       
   238 // --------------------------------------------------------------------------
       
   239 // CPbk2SingleContactDataAssigner::DenyDelayedContactsL
       
   240 // --------------------------------------------------------------------------
       
   241 //
       
   242 void CPbk2SingleContactDataAssigner::DenyDelayedContactsL
       
   243         ( const TDesC8& /*aContactLinkBuffer*/ )
   233         ( const TDesC8& /*aContactLinkBuffer*/ )
   244     {
   234     {
   245     // Do nothing
   235     // Do nothing
   246     }
   236     }
   247 
   237