blob: eef6e3fe6a1d0676c81915889afe845822261ed2 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001/*
2========================================================================
3 Name : pjsuaApplication.h
4 Author : nanang
5 Copyright : Copyright (C) 2013 Teluu Inc. (http://www.teluu.com)
6 Description :
7========================================================================
8*/
9#ifndef PJSUAAPPLICATION_H
10#define PJSUAAPPLICATION_H
11
12// [[[ begin generated region: do not modify [Generated Includes]
13#include <aknapp.h>
14// ]]] end generated region [Generated Includes]
15
16// [[[ begin generated region: do not modify [Generated Constants]
17const TUid KUidpjsuaApplication = { 0xE44C2D02 };
18// ]]] end generated region [Generated Constants]
19
20/**
21 *
22 * @class CpjsuaApplication pjsuaApplication.h
23 * @brief A CAknApplication-derived class is required by the S60 application
24 * framework. It is subclassed to create the application's document
25 * object.
26 */
27class CpjsuaApplication : public CAknApplication
28 {
29private:
30 TUid AppDllUid() const;
31 CApaDocument* CreateDocumentL();
32
33 };
34
35#endif // PJSUAAPPLICATION_H