stif/inc/StifPython.h
branchRCL_3
changeset 6 ecff51f1e7fb
parent 0 a03f92240627
child 18 3406c99bc375
equal deleted inserted replaced
4:73ff0d268e1d 6:ecff51f1e7fb
    19 
    19 
    20 #ifndef STIFPYTHON_H
    20 #ifndef STIFPYTHON_H
    21 #define STIFPYTHON_H
    21 #define STIFPYTHON_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <E32Base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // CONSTANTS
    26 // CONSTANTS
    27 _LIT(KPythonScripter, "pythonscripter");
    27 _LIT(KPythonScripter, "pythonscripter");
    28 const TInt KPythonScripterLength = 14;
    28 const TInt KPythonScripterLength = 14;
    29 
    29