summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-03-11 10:38:44 +0200
committerNoel Grandin <noel@peralex.com>2016-06-22 09:27:15 +0200
commit5a39ad3b259a20fa1c78e34ca9146dcec7fe90b0 (patch)
treeecfaefe9b63554e32fecc03632acb4505ef743c3 /idl/inc
parentdc1df1b8f92b873b0776bff4ca3da79af05392ba (diff)
move the method param parsing code into SvParser
Change-Id: I5718c309acd213f94e96efc2e9a98ab0344fe341
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/parser.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index 7f6186c0af13..d4d6abb440a3 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -45,11 +45,12 @@ public:
void ReadInterfaceOrShell( SvMetaModule& rModule, MetaTypeType aMetaTypeType );
void ReadInterfaceOrShellEntry( SvMetaClass& rClass );
bool ReadInterfaceOrShellSlot( SvMetaSlot& rSlot );
- void ReadInterfaceOrShellMethodOrAttribute( SvMetaAttribute& rAttr );
+ void ReadInterfaceOrShellMethod( SvMetaAttribute& rAttr );
void ReadItem();
void ReadStruct();
void ReadEnum();
void ReadEnumValue( SvMetaTypeEnum& rEnum );
+ void ReadSlotId(SvIdentifier& rSlotId);
SvMetaClass* ReadKnownClass();
SvMetaType* ReadKnownType();
void Read(char cChar);