Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
13 // Description: Common header for version 2 plugins
16 #include <f32plugin.h>
19 const TInt KPluginSetDrive = -112233;
20 const TInt KPluginGetError = -112234;
21 const TInt KPluginSetRemovable = -112235;
22 const TInt KPluginToggleIntercepts = -112236;
23 const TInt KPluginSetDirFullName = -112237;
25 //This is some stupid thing for making strings wide.
26 //We're using this for printing out the filename.
27 #define ExpandMe(X) L ## X
28 #define Expand(X) ExpandMe(X)