[evolution-data-server] Deprecate CamelHttpStream.



commit 8f2de09fc019a7dde0dfd3da670847d5f974e664
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 4 08:22:06 2010 -0400

    Deprecate CamelHttpStream.
    
    Evolution uses CamelHttpStream to fetch remote images for HTML mail.
    Nothing else should be using this class.
    
    CamelHttpStream will be removed as soon as Evolution moves to
    WebKit/GTK+ for HTML rendering, which can fetch images itself.

 camel/camel-http-stream.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-http-stream.h b/camel/camel-http-stream.h
index d925be2..2702693 100644
--- a/camel/camel-http-stream.h
+++ b/camel/camel-http-stream.h
@@ -20,6 +20,8 @@
  *
  */
 
+#ifndef CAMEL_DISABLE_DEPRECATED
+
 #if !defined (__CAMEL_H_INSIDE__) && !defined (CAMEL_COMPILATION)
 #error "Only <camel/camel.h> can be included directly."
 #endif
@@ -116,3 +118,5 @@ CamelContentType *
 G_END_DECLS
 
 #endif /* CAMEL_HTTP_STREAM_H */
+
+#endif /* CAMEL_DISABLE_DEPRECATED */



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