[PATCH 02/15] Remove useless const qualifiers on return
From: qolyester@green-communications.fr
This commit is contained in:
parent
59fc6e9e46
commit
fcae4df485
6 changed files with 6 additions and 6 deletions
|
@ -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[] =
|
||||
{
|
||||
|
|
|
@ -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[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue