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 "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.
18 #ifndef __STDPLUGIN_H__
19 #define __STDPLUGIN_H__
21 #include <Graphics/WSGRAPHICDRAWERINTERFACE.H>
24 The window server itself does not (and must not) understand any of these values. These are
25 used internally within the standard set of plugins provided in the DLL so that they are able
26 to communicate with one another.
30 EWsFbsBitGcImpl = 0x2001B70A,
34 This interface is used internally by the standard plugin implementations to communicate with each
35 other. It works on the principle that they understand the value it returns and what to cast it to.
37 class MWsFbsBitGcImpl : public MWsObjectProvider
40 virtual CFbsBitGc* WsFbsBitGcImpl();
43 #endif //__STDPLUGIN_H__