[evolution-data-server] Deprecate EDbHash.



commit 416c237a376ad29f511ac5d58a3620e4d167b202
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jun 23 23:32:25 2012 -0400

    Deprecate EDbHash.
    
    Apparently nothing uses it anymore.

 docs/reference/libebackend/libebackend-docs.xml |    2 +-
 libebackend/e-dbhash.h                          |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/libebackend/libebackend-docs.xml b/docs/reference/libebackend/libebackend-docs.xml
index 7d94fc2..b6bd627 100644
--- a/docs/reference/libebackend/libebackend-docs.xml
+++ b/docs/reference/libebackend/libebackend-docs.xml
@@ -32,13 +32,13 @@
   <chapter>
     <title>Miscellaneous Utilities</title>
     <xi:include href="xml/e-file-cache.xml"/>
-    <xi:include href="xml/e-dbhash.xml"/>
     <xi:include href="xml/e-db3-utils.xml"/>
     <xi:include href="xml/e-sqlite3-vfs.xml"/>
   </chapter>
 
   <chapter>
     <title>Deprecated Classes</title>
+    <xi:include href="xml/e-dbhash.xml"/>
     <xi:include href="xml/e-offline-listener.xml"/>
   </chapter>
 
diff --git a/libebackend/e-dbhash.h b/libebackend/e-dbhash.h
index 1163dbb..6e87f4f 100644
--- a/libebackend/e-dbhash.h
+++ b/libebackend/e-dbhash.h
@@ -12,6 +12,8 @@
 #error "Only <libebackend/libebackend.h> should be included directly."
 #endif
 
+#ifndef EDS_DISABLE_DEPRECATED
+
 #ifndef E_DBHASH_H
 #define E_DBHASH_H
 
@@ -78,3 +80,5 @@ G_END_DECLS
 
 #endif /* E_DBHASH_H */
 
+#endif /* EDS_DISABLE_DEPRECATED */
+



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