www.pudn.com > LDFUCK.rar > LDFUCKApplication.h


/* Copyright (c) 2008, Nokia. All rights reserved */ 
 
#ifndef __LDFUCK_APPLICATION_H__ 
#define __LDFUCK_APPLICATION_H__ 
 
#include  
 
 
/*!  
  @class CLDFUCKApplication 
   
  @discussion An instance of CLDFUCKApplication is the application part of the AVKON 
  application framework for the LDFUCK example application 
  */ 
class CLDFUCKApplication : public CAknApplication 
    { 
public:  // from CAknApplication 
 
/*!  
  @function AppDllUid 
   
  @discussion Return the application DLL UID value 
  @result the UID of this Application/Dll 
  */ 
    TUid AppDllUid() const; 
 
protected: // from CAknApplication 
/*!  
  @function CreateDocumentL 
   
  @discussion Create a CApaDocument object and return a pointer to it 
  @result a pointer to the created document 
  */ 
    CApaDocument* CreateDocumentL(); 
    }; 
 
#endif // __LDFUCK_APPLICATION_H__