chxavplayerapp.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
- /************************************************************************
- * chxavplayerapp.h
- * ----------------
- *
- * Synopsis:
- * CHXAvPlayerApp
- *
- *
- * Target:
- * Symbian OS
- *
- *
- * (c) 1995-2002 RealNetworks, Inc. Patents pending. All rights reserved.
- *
- ************************************************************************/
- #ifndef CHXAVPLAYERAPP_H__
- #define CHXAVPLAYERAPP_H__
- #include <aknapp.h>
- #include <akndoc.h>
- // CHXAvPlayerApp
- class CHXAvPlayerApp
- : public CAknApplication
- {
- protected:
- // CApaApplication
- CApaDocument* CreateDocumentL();
-
- public:
- virtual ~CHXAvPlayerApp();
- void InitL();
- TUid AppDllUid() const;
- };
- #endif // CHXAVPLAYERAPP_H__