evolution r36102 - branches/mail-dbus-remoting/mail



Author: psankar
Date: Wed Aug 27 08:38:31 2008
New Revision: 36102
URL: http://svn.gnome.org/viewvc/evolution?rev=36102&view=rev

Log:
Mark appropriate files for include directives etc.


Modified:
   branches/mail-dbus-remoting/mail/Makefile.am
   branches/mail-dbus-remoting/mail/camel-object-remote.c
   branches/mail-dbus-remoting/mail/em-folder-tree-model.h

Modified: branches/mail-dbus-remoting/mail/Makefile.am
==============================================================================
--- branches/mail-dbus-remoting/mail/Makefile.am	(original)
+++ branches/mail-dbus-remoting/mail/Makefile.am	Wed Aug 27 08:38:31 2008
@@ -88,6 +88,9 @@
 	mail-session.h				\
 	mail-tools.h				\
 	message-list.h				\
+	camel-store-remote.h		\
+	camel-object-remote.h		\
+	camel-session-remote.h		\
 	mail-vfolder.h
 
 # libevolution-mail

Modified: branches/mail-dbus-remoting/mail/camel-object-remote.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-object-remote.c	(original)
+++ branches/mail-dbus-remoting/mail/camel-object-remote.c	Wed Aug 27 08:38:31 2008
@@ -22,6 +22,7 @@
 
 
 extern GHashTable *store_rhash;
+extern GHashTable *store_hash;
 
 static DBusHandlerResult
 dbus_listener_store_handler (DBusConnection *connection,

Modified: branches/mail-dbus-remoting/mail/em-folder-tree-model.h
==============================================================================
--- branches/mail-dbus-remoting/mail/em-folder-tree-model.h	(original)
+++ branches/mail-dbus-remoting/mail/em-folder-tree-model.h	Wed Aug 27 08:38:31 2008
@@ -29,7 +29,7 @@
 #include <libxml/tree.h>
 
 #include <camel/camel-store.h>
-#include <camel-object-remote.h>
+#include "camel-object-remote.h"
 
 #include <libedataserver/e-account-list.h>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]