www.pudn.com > Russian_Diamond(step2).zip > s60testapplication.h


#ifndef __S60TEST_APPLICATION_H__ 
#define __S60TEST_APPLICATION_H__ 
 
#include  
 
 
class CS60TestApplication : public CAknApplication 
{ 
public:  // from CAknApplication 
  TUid AppDllUid() const; 
 
protected: // from CAknApplication 
  CApaDocument* CreateDocumentL(); 
}; 
 
#endif // __S60TEST_APPLICATION_H__