2009-01-12 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / tree-adaptor.h
similarity index 89%
rename from atk-adaptor/tree.h
rename to atk-adaptor/tree-adaptor.h
index cdd2b56..b0c99df 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2001, 2002 Sun Microsystems Inc.,
  * Copyright 2001, 2002 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 SPI_TREE_H_
-#define SPI_TREE_H_
+#ifndef TREE_ADAPTOR_H
+#define TREE_ADAPTOR_H
 
 #include <atk/atk.h>
-#include <spi-common/spi-types.h>
 #include <dbus/dbus.h>
 
-G_BEGIN_DECLS
-
 void
 spi_emit_cache_update  (AtkObject *accessible, DBusConnection *bus);
 
 void
 spi_emit_cache_removal (guint ref, DBusConnection *bus);
 
-G_END_DECLS
-
-#endif /* SPI_ACCESSIBLE_H_ */
+#endif /* TREE_ADAPTOR_H */