www.pudn.com > LDFUCK.rar > LDFUCK.hrh


/* Copyright (c) 2008, Nokia. All rights reserved */ 
 
#ifndef __LDFUCK_HRH__ 
#define __LDFUCK_HRH__ 
 
// LDFUCK enumerate command codes 
enum TLDFUCKIds 
    { 
    ELDFUCKCommand1 = 0x6000, 
 
// LDFUCK HelpView enumerate command code	 
	 
	EPLANCmdAppHelpEdit, 
	EPLANCmdAppHelpHistorynote, 
	EPLANCmdAppNoteOpen, 
	EPLANCmdAppNoteDelete,  
	EPLANCmdEditSend, 
	EPLANCmdEditInsert, 
	EAknTempOk, 
	EAknTempQuit, 
	ENoteEx1DlgCIdSavingNote, 
	EListQueryDlgCIdConfirmationQuery 
    }; 
 
enum TLDFUCKVIewIds 
    { 
	EHelpViewID, 
	EEditViewID, 
	ENoteViewID, 
	ETempViewID, 
	ELookViewID 
 
    }; 
 
#endif // __LDFUCK_HRH__