AOLabBubbleSortApplication.h
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:
Symbian
开发平台:
C/C++
- // Copyright (c) 2006 Nokia Corporation.
- #ifndef __AOLABBUBBLESORTAPPLICATION_H__
- #define __AOLABBUBBLESORTAPPLICATION_H__
- #include <aknapp.h>
- // CAOLabBubbleSortApplication application class.
- // Provides factory to create concrete document object.
- // An instance of CAOLabBubbleSortApplication is the application part of the
- // AVKON application framework for the AOLabBubbleSort example application.
- class CAOLabBubbleSortApplication : public CAknApplication
- {
- public: // Functions from base classes
- TUid AppDllUid() const;
- protected: // Functions from base classes
- CApaDocument* CreateDocumentL();
- };
- #endif // __AOLABBUBBLESORTAPPLICATION_H__
- // End of File