kerneltest/f32test/plugins/version_2/inc/plugincommon.h
changeset 36 538db54a451d
parent 0 a41df078684a
equal deleted inserted replaced
34:f497542af8e4 36:538db54a451d
    14 //
    14 //
    15 
    15 
    16 #include <f32plugin.h>
    16 #include <f32plugin.h>
    17 #include <e32test.h>
    17 #include <e32test.h>
    18 
    18 
    19 const TInt KPluginSetDrive = -112233;
    19 const TInt KPluginSetDrive			= -112233;
    20 const TInt KPluginGetError = -112234;
    20 const TInt KPluginGetError			= -112234;
    21 const TInt KPluginSetRemovable = -112235;
    21 const TInt KPluginSetRemovable		= -112235;
    22 const TInt KPluginToggleIntercepts = -112236;
    22 const TInt KPluginToggleIntercepts	= -112236;
    23 const TInt KPluginSetDirFullName = -112237;
    23 const TInt KPluginSetDirFullName	= -112237;
    24 
    24 
    25 //This is some stupid thing for making strings wide.
    25 //This is some stupid thing for making strings wide.
    26 //We're using this for printing out the filename.
    26 //We're using this for printing out the filename.
    27 #define ExpandMe(X)	 L ## X
    27 #define ExpandMe(X)	 L ## X
    28 #define Expand(X)	 ExpandMe(X)
    28 #define Expand(X)	 ExpandMe(X)