evolution-data-server r8884 - branches/camel-db-summary/camel/providers/groupwise



Author: psankar
Date: Sun Jun  1 20:00:57 2008
New Revision: 8884
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8884&view=rev

Log:
Fixes a build break.
Create function stubs to accomodate the function bodies in the provider.



Modified:
   branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c

Modified: branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c
==============================================================================
--- branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c	(original)
+++ branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c	Sun Jun  1 20:00:57 2008
@@ -72,8 +72,6 @@
 
 
 CamelType
-#include <fcntl.h>
-#include <fcntl.h>
 camel_groupwise_summary_get_type (void)
 {
 	static CamelType type = CAMEL_INVALID_TYPE;
@@ -197,11 +195,39 @@
 	return 0 ;
 }
 
+static CamelMIRecord * 
+message_info_to_db (CamelFolderSummary *s, CamelMessageInfo *info)
+{
+	return NULL;
+}
+
+static CamelMessageInfo * 
+message_info_from_db (CamelFolderSummary *s, CamelMIRecord *mir)
+{
+	return NULL;
+}
+
+static int 
+content_info_to_db (CamelFolderSummary *s, CamelMessageContentInfo *info, CamelMIRecord *mir)
+{
+
+	return -1;
+}
+
+static CamelMessageContentInfo * 
+content_info_from_db (CamelFolderSummary *s, CamelMIRecord *mir)
+{
+	return NULL;
+}
+
+
 static CamelFIRecord *
 summary_header_to_db (CamelFolderSummary *s)
 {
 	CamelFIRecord *fir;
 	GString *str = g_string_new (NULL);
+
+	return NULL;
 	
 }
 
@@ -216,8 +242,6 @@
 	camel_file_util_encode_fixed_int32(out, CAMEL_GW_SUMMARY_VERSION);
 	camel_file_util_encode_fixed_int32(out, ims->validity);
 	return camel_file_util_encode_string (out, ims->time_string);
-
-
 }
 
 static CamelMessageInfo *



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