00001 // Copyright (c) 2006 Nokia Corporation. 00002 00003 #ifndef __BUBBLESORTNOTIFY_H__ 00004 #define __BUBBLESORTNOTIFY_H__ 00005 00006 class MBubbleSortNotify 00007 { 00008 public: 00016 virtual void SortComplete(TInt aError) = 0; 00017 }; 00018 00019 #endif // __BUBBLESORTNOTIFY_H__ 00020 00021 // End of file 00022