aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-07 14:09:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:17 -0300
commit28510ddcf9d856c9ae351a30abb7593d418b7dd6 (patch)
treec193f938c1311371e5c257f3f4c1ee00fe1b694c /typedatabase.h
parent9aabb6c3a5505da1e44be2dbec366f51fb2249ba (diff)
Check inconsistencies for enums and disable generation of private entities.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Filho <renato.filho@openbossa.org>
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/typedatabase.h b/typedatabase.h
index d6ceeecc7..ef454ff0e 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -28,7 +28,9 @@
#include "typesystem.h"
APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision);
-APIEXTRACTOR_API int getTypeRevision(TypeEntry* typeEntry);
+APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry);
+APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry);
+APIEXTRACTOR_API int getMaxTypeIndex();
class ContainerTypeEntry;
class PrimitiveTypeEntry;