AOLabBubbleSortApplication.h
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #ifndef __AOLABBUBBLESORTAPPLICATION_H__
  3. #define __AOLABBUBBLESORTAPPLICATION_H__
  4. #include <aknapp.h>
  5. // CAOLabBubbleSortApplication application class.
  6. // Provides factory to create concrete document object.
  7. // An instance of CAOLabBubbleSortApplication is the application part of the
  8. // AVKON application framework for the AOLabBubbleSort example application.
  9. class CAOLabBubbleSortApplication : public CAknApplication
  10.     {
  11.     public: // Functions from base classes
  12.         TUid AppDllUid() const;
  13.     protected: // Functions from base classes
  14.         CApaDocument* CreateDocumentL();
  15.     };
  16. #endif // __AOLABBUBBLESORTAPPLICATION_H__
  17. // End of File