diff -r 34879f5cfc63 -r 2666d9724c76 phonebookui/Phonebook2/USIMThinExtension/src/CPsu2CopySimContactsCmd.cpp --- a/phonebookui/Phonebook2/USIMThinExtension/src/CPsu2CopySimContactsCmd.cpp Mon Jun 21 15:24:27 2010 +0300 +++ b/phonebookui/Phonebook2/USIMThinExtension/src/CPsu2CopySimContactsCmd.cpp Thu Jul 15 18:22:55 2010 +0300 @@ -13,6 +13,11 @@ * * Description: Phonebook 2 copy "new SIM" contacts to phone memory. * +* NOTE: CPsu2CopySimContactsCmd contains a lot of similar code to this class. +* Reason is that there is no clear place to share common SIM related code between +* USIMThinExtension.dll and USIMExtension.dll. This is a potential place for +* future refactoring. +* */