equal
deleted
inserted
replaced
|
1 // GuiConsApplication.h |
|
2 // |
|
3 // Copyright (c) 2009 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "Eclipse Public License v1.0" |
|
6 // which accompanies this distribution, and is available |
|
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 // |
|
9 // Initial Contributors: |
|
10 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #ifndef __GUICONSAPPLICATION_H__ |
|
14 #define __GUICONSAPPLICATION_H__ |
|
15 |
|
16 #include <aknapp.h> |
|
17 |
|
18 class CGuiConsApplication : public CAknApplication |
|
19 { |
|
20 public: |
|
21 TUid AppDllUid() const; |
|
22 protected: |
|
23 CApaDocument* CreateDocumentL(); |
|
24 }; |
|
25 |
|
26 #endif // __GUICONSAPPLICATION_H__ |