Changeset 96 for Mulberry/branches/v4.1d1/Sources_Common/Application/Address_Book/CAddressBookViewCommon.cp
- Timestamp:
- 07/09/07 21:40:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Application/Address_Book/CAddressBookViewCommon.cp
r86 r96 131 131 bool CAddressBookView::TestClose() 132 132 { 133 // Can always close remote134 return true;133 // Can always close remote 134 return true; 135 135 } 136 136 … … 301 301 { 302 302 GetAddressBook()->Open(); 303 304 // Start listening to new address book's protocol303 304 // Start listening to new address book's protocol 305 305 GetAddressBook()->GetProtocol()->Add_Listener(this); 306 306 }