Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

Wrap *MessageHelper into same namespace as *Common #6

Closed erikboto closed 6 years ago

erikboto commented 6 years ago

The MessageHelper classes uses corresponding Common class, and if there is a class or namespace with the same name as the Common class MessageHelper will pick up the right thing if it is in the same unnamed namespace.

Signed-off-by: Erik Botö erik.boto@pelagicore.com