chxavplayerapp.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

Visual C++

  1. /************************************************************************
  2.  * chxavplayerapp.h
  3.  * ----------------
  4.  *
  5.  * Synopsis:
  6.  * CHXAvPlayerApp
  7.  *
  8.  *
  9.  * Target:
  10.  * Symbian OS
  11.  *
  12.  *
  13.  * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
  14.  *
  15.  ************************************************************************/
  16. #ifndef CHXAVPLAYERAPP_H__
  17. #define CHXAVPLAYERAPP_H__
  18. #include <aknapp.h>
  19. #include <akndoc.h>
  20. // CHXAvPlayerApp 
  21. class CHXAvPlayerApp 
  22. : public CAknApplication
  23. {
  24. protected:
  25.     // CApaApplication
  26.     CApaDocument* CreateDocumentL();
  27.     
  28. public:
  29.     virtual ~CHXAvPlayerApp();
  30.     void InitL();
  31.     TUid AppDllUid() const;
  32. };
  33. #endif // CHXAVPLAYERAPP_H__