Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties')
-rw-r--r--core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties
new file mode 100644
index 00000000000..e3e7e208ab8
--- /dev/null
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/db/Messages.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2005, 2007 Symbian Software Limited
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Symbian Software Limited - initial API and implementation
+###############################################################################
+BTree.IllegalDegree=BTree degree must be >=2
+BTree.DeletionOnAbsentKey=Deletion of key not in btree: {0} mode={1}
+BTree.UnknownMode=BTree unknown deletion mode error
+BTree.IntegrityError=BTree integrity error
+BTree.IntegrityErrorA=[{0} blanks inconsistent b={1} nb={2}]
+BTree.IntegrityErrorB=[{0} wrong number of children with respect to key count]
+BTree.IntegrityErrorC=[{0} key count out of range]
+BTree.IntegrityErrorD=Leaf nodes at differing depths
+Database.CorruptedDatabase=Corrupted database: {0}

Back to the top