Mercurial > libervia-backend
diff src/bridge/bridge_constructor/dbus_frontend_template.py @ 419:6c167a2e04b8
bridge: added generic D-Bus exception management + asyncCreateProfile method
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Nov 2011 22:47:59 +0100 |
parents | 10b4f577d0c0 |
children | c243f4cb2ad9 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/dbus_frontend_template.py Tue Nov 01 23:06:18 2011 +0100 +++ b/src/bridge/bridge_constructor/dbus_frontend_template.py Wed Nov 02 22:47:59 2011 +0100 @@ -24,6 +24,7 @@ from logging import debug, error const_INT_PREFIX = "org.goffi.SAT" #Interface prefix +const_ERROR_PREFIX = const_INT_PREFIX+".error" const_OBJ_PATH = '/org/goffi/SAT/bridge' const_CORE_SUFFIX = ".core" const_PLUGIN_SUFFIX = ".plugin"