00001 // Copyright (c) 2006 Nokia Corporation. 00002 00003 #ifndef __AOLABBUBBLESORTAPPLICATION_H__ 00004 #define __AOLABBUBBLESORTAPPLICATION_H__ 00005 00006 #include <aknapp.h> 00007 00008 // CAOLabBubbleSortApplication application class. 00009 // Provides factory to create concrete document object. 00010 // An instance of CAOLabBubbleSortApplication is the application part of the 00011 // AVKON application framework for the AOLabBubbleSort example application. 00012 class CAOLabBubbleSortApplication : public CAknApplication 00013 { 00014 public: // Functions from base classes 00015 00016 TUid AppDllUid() const; 00017 00018 protected: // Functions from base classes 00019 00020 CApaDocument* CreateDocumentL(); 00021 }; 00022 00023 #endif // __AOLABBUBBLESORTAPPLICATION_H__ 00024 00025 // End of File