www.pudn.com > LDFUCK.rar > LDFUCKApplication.cpp
/* Copyright (c) 2008, Nokia. All rights reserved */
#include "LDFUCKDocument.h"
#include "LDFUCKApplication.h"
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidLDFUCKApp = {0x0104DEE8};
CApaDocument* CLDFUCKApplication::CreateDocumentL()
{
return (static_cast(CLDFUCKDocument::NewL(*this)));
}
TUid CLDFUCKApplication::AppDllUid() const
{
return KUidLDFUCKApp;
}