?? exampleclientapplication.h
字號:
/*
* ============================================================================
* Name : ExampleClientApplication.h
* Part of : HTTP Example
* Created : 11/14/2003 by Forum Nokia
* Implementation notes:
*
*
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __EXAMPLECLIENT_APPLICATION_H__
#define __EXAMPLECLIENT_APPLICATION_H__
#include <aknapp.h>
class CExampleClientApplication : public CAknApplication
{
/*
* From CAknApplication
*/
public:
/*
* AppDllUid()
*
* Returns the UID for the ExampleClient application
*
* Params:
* -
*
* Returns:
* UID of the application.
*
*/
TUid AppDllUid() const;
/*
* From CAknApplication
*/
protected:
/*
* CreateDocumentL()
*
* Creates new document and returns pointer to it. Called by the application
* DLL framework to create a new instance of the document associated with this
* application.
*
* Params:
* -
*
* Returns:
* -
*
*/
CApaDocument* CreateDocumentL();
};
#endif // __EXAMPLECLIENT_APPLICATION_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -