--- a/epoc32/include/e32err.h Wed Mar 31 12:27:01 2010 +0100
+++ b/epoc32/include/e32err.h Wed Mar 31 12:33:34 2010 +0100
@@ -1,9 +1,9 @@
// Copyright (c) 1994-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 the License "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.
@@ -15,8 +15,6 @@
//
//
-
-
/**
@file
@publishedAll
@@ -26,8 +24,9 @@
#ifndef __E32ERR_H__
#define __E32ERR_H__
#include <e32def.h>
-
-
+#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include <e32def_private.h>
+#endif
/**
@@ -631,4 +630,13 @@
*/
const TInt KErrNoSecureTime =(-49);
+
+
+/**
+System wide error code -50 : a corrupt surrogate is found when processing
+a descriptor or a text buffer.
+*/
+const TInt KErrCorruptSurrogateFound = (-50);
+
+
#endif