diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/mw/gulbordr.h --- a/epoc32/include/mw/gulbordr.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/mw/gulbordr.h Wed Mar 31 12:33:34 2010 +0100 @@ -1,9 +1,9 @@ // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members +// under the terms of "Eclipse Public License v1.0" // which accompanies this distribution, and is available -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". +// at the URL "http://www.eclipse.org/legal/epl-v10.html". // // Initial Contributors: // Nokia Corporation - initial contribution. @@ -28,7 +28,6 @@ #include #endif - class TGulBorder /** Draws a border around a control. @@ -321,28 +320,8 @@ TInt iType; }; -/** -The MGulLogicalBorder class specifices an interface for logical borders. - -@internalTechnology*/ -class MGulLogicalBorder - { -public: - virtual void Draw(const TGulBorder& aBorder,CGraphicsContext& aGc, const TRect& aRect, const TGulBorder::TColors& aBorderColors) const=0; - virtual TMargins Margins(const TGulBorder& aBorder) const=0; -private: - IMPORT_C virtual void MGulLogicalBorderReserved(); - }; - -/** -The GulTls class sets and gets the thread local storage for EGul. - -@internalTechnology*/ -class GulTls - { -public: - IMPORT_C static void SetLogicalBorder(MGulLogicalBorder* aLogicalBorder); - IMPORT_C static const MGulLogicalBorder* LogicalBorder(); - }; +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif #endif