Code style enforcement.
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / bridge.h
index b2bfc51..44315f1 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2001, 2002, 2003 Sun Microsystems Inc.,
  * Copyright 2001, 2002, 2003 Ximian, Inc.
+ * Copyright 2008, 2009 Codethink Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  * Boston, MA 02111-1307, USA.
  */
 
+#ifndef BRIDGE_H
+#define BRIDGE_H
+
+#include <atk/atk.h>
+#include <droute/droute.h>
+
 typedef struct _SpiAppData SpiAppData;
 struct _SpiAppData
 {
   AtkObject *root;
-  DRouteData droute;
+
+  DBusConnection *bus;
+  DRouteContext *droute;
 };
+
+extern SpiAppData *atk_adaptor_app_data;
+
+#endif /* BRIDGE_H */