kerneltest/f32test/plugins/version_2/inc/plugincommon.h
changeset 45 329ab0095843
parent 43 96e5fb8b040d
equal deleted inserted replaced
44:36bfc973b146 45:329ab0095843
    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)