coreapplicationuis/advancedtspcontroller/tsrc/testtspcontroller/inc/testtspcontroller.h
changeset 77 b01c07dfcf84
equal deleted inserted replaced
74:1505405bc645 77:b01c07dfcf84
       
     1 /*
       
     2  ============================================================================
       
     3  Name		: testtspcontroller.h
       
     4  Author	  : 
       
     5  Copyright   : Your copyright notice
       
     6  Description : Exe header file
       
     7  ============================================================================
       
     8  */
       
     9 
       
    10 #ifndef __TESTTSPCONTROLLER_H__
       
    11 #define __TESTTSPCONTROLLER_H__
       
    12 
       
    13 //  Include Files
       
    14 
       
    15 #include <e32base.h>
       
    16 
       
    17 //  Function Prototypes
       
    18 
       
    19 GLDEF_C TInt E32Main();
       
    20 
       
    21 #endif  // __TESTTSPCONTROLLER_H__
       
    22