www.pudn.com > EncryptionDecryption.rar.rar > cipherapplication.cpp
/* Copyright (c) 2003, Nokia. All rights reserved */
#include "CipherDocument.h"
#include "CipherApplication.h"
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidCipherApp = {0x10005BBA};
CApaDocument* CCipherApplication::CreateDocumentL()
{
return (static_cast (CCipherDocument::NewL(*this)));
}
TUid CCipherApplication::AppDllUid() const
{
return KUidCipherApp;
}