stif/stif_plat/inc/StifCommand.h
branchRCL_3
changeset 8 ecff51f1e7fb
parent 0 a03f92240627
equal deleted inserted replaced
4:73ff0d268e1d 8:ecff51f1e7fb
    19 #ifndef STIF_COMMAND_H
    19 #ifndef STIF_COMMAND_H
    20 #define STIF_COMMAND_H
    20 #define STIF_COMMAND_H
    21 
    21 
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <E32Base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // CONSTANTS 
    26 // CONSTANTS 
    27 const TInt KMaxCommandParamsLength = 50;	// DEPRECATED use KMaxCommandParamsLength2 instead
    27 const TInt KMaxCommandParamsLength = 50;	// DEPRECATED use KMaxCommandParamsLength2 instead
    28 const TInt KMaxCommandParamsLength2 = 600;
    28 const TInt KMaxCommandParamsLength2 = 600;
    29 
    29