[PATCH 02/15] Remove useless const qualifiers on return

From:    qolyester@green-communications.fr
This commit is contained in:
Andreas Volz 2011-11-26 23:11:18 +01:00
parent 59fc6e9e46
commit fcae4df485
6 changed files with 6 additions and 6 deletions

View file

@ -144,7 +144,7 @@ Message IntrospectableAdaptor::Introspect(const CallMessage &call)
return reply;
}
IntrospectedInterface *const IntrospectableAdaptor::introspect() const
IntrospectedInterface * IntrospectableAdaptor::introspect() const
{
static IntrospectedArgument Introspect_args[] =
{

View file

@ -96,7 +96,7 @@ Message PropertiesAdaptor::Set(const CallMessage &call)
return reply;
}
IntrospectedInterface *const PropertiesAdaptor::introspect() const
IntrospectedInterface * PropertiesAdaptor::introspect() const
{
static IntrospectedArgument Get_args[] =
{