phonebookui/Phonebook2/Commands/src/CPbk2CommandHandler.cpp
branchRCL_3
changeset 21 9da50d567e3c
parent 20 f4a778e096c2
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    26 #include <MPbk2ViewExplorer.h>
    26 #include <MPbk2ViewExplorer.h>
    27 #include <CPbk2AppViewBase.h>
    27 #include <CPbk2AppViewBase.h>
    28 #include <CPbk2AppUiBase.h>
    28 #include <CPbk2AppUiBase.h>
    29 #include <CPbk2UIExtensionManager.h>
    29 #include <CPbk2UIExtensionManager.h>
    30 #include <MPbk2Command.h>
    30 #include <MPbk2Command.h>
    31 #include <Pbk2Commands.rsg>
    31 #include <pbk2commands.rsg>
    32 #include <Pbk2UIControls.rsg>
    32 #include <pbk2uicontrols.rsg>
    33 #include <CPbk2ViewState.h>
    33 #include <CPbk2ViewState.h>
    34 #include <CPbk2PhonebookInfoDlg.h>
    34 #include <CPbk2PhonebookInfoDlg.h>
    35 #include <TPbk2StoreContactAnalyzer.h>
    35 #include <TPbk2StoreContactAnalyzer.h>
    36 #include <MPbk2ContactNameFormatter.h>
    36 #include <MPbk2ContactNameFormatter.h>
    37 #include <CPbk2StoreProperty.h>
    37 #include <CPbk2StoreProperty.h>
  1125         CleanupStack::PopAndDestroy( presentationContact );
  1125         CleanupStack::PopAndDestroy( presentationContact );
  1126         }
  1126         }
  1127     return index;
  1127     return index;
  1128     }
  1128     }
  1129 
  1129 
       
  1130 // --------------------------------------------------------------------------
       
  1131 // CPbk2CommandHandler::CommandStore
       
  1132 // --------------------------------------------------------------------------
       
  1133 //
       
  1134 EXPORT_C CPbk2CommandStore* CPbk2CommandHandler::CommandStore()
       
  1135     {
       
  1136     return iCommandStore;
       
  1137     }
       
  1138 
  1130 // End of File
  1139 // End of File