examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04309.cb2/solution/inc/BubbleSortNotify.h

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 

Generated by  doxygen 1.6.2