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

Symbian

开发平台:

C/C++

  1. // Copyright (c) 2006 Nokia Corporation.
  2. #include <eikstart.h>
  3. #include "AOLabBubbleSortApplication.h"
  4. // Called by the application framework to create the application object
  5. LOCAL_C CApaApplication* NewApplication()
  6. {
  7. return new CAOLabBubbleSortApplication;
  8. }
  9. // Entry point function
  10. GLDEF_C TInt E32Main()
  11. {
  12. return EikStart::RunApplication( NewApplication );
  13. }
  14. // End of file