#include <CGameApplication.h>
Private Methods | |
| CApaDocument * | CreateDocumentL () |
| construct a new game document. More... | |
| TUid | AppDllUid () const |
| return the application uid. More... | |
Just creates the game document
Definition at line 28 of file CGameApplication.h.
|
|
construct a new game document.
Definition at line 31 of file CGameApplication.cpp. References CGameDocument::NewL().
00031 {
00032 return CGameDocument::NewL(*this);
00033 }
|
|
|
return the application uid.
Definition at line 25 of file CGameApplication.cpp. References KUidExampleGame.
00025 {
00026 return KUidExampleGame;
00027 }
|