summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua/symbian/inc/pjsuaApplication.h
blob: eef6e3fe6a1d0676c81915889afe845822261ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
========================================================================
 Name        : pjsuaApplication.h
 Author      : nanang
 Copyright   : Copyright (C) 2013 Teluu Inc. (http://www.teluu.com)
 Description : 
========================================================================
*/
#ifndef PJSUAAPPLICATION_H
#define PJSUAAPPLICATION_H

// [[[ begin generated region: do not modify [Generated Includes]
#include <aknapp.h>
// ]]] end generated region [Generated Includes]

// [[[ begin generated region: do not modify [Generated Constants]
const TUid KUidpjsuaApplication = { 0xE44C2D02 };
// ]]] end generated region [Generated Constants]

/**
 *
 * @class	CpjsuaApplication pjsuaApplication.h
 * @brief	A CAknApplication-derived class is required by the S60 application 
 *          framework. It is subclassed to create the application's document 
 *          object.
 */
class CpjsuaApplication : public CAknApplication
	{
private:
	TUid AppDllUid() const;
	CApaDocument* CreateDocumentL();
	
	};
			
#endif // PJSUAAPPLICATION_H