[glibmm] giomm.h: Add the tls[client|server]connection.h headers.



commit c3383ba30fceb33e7ce0b12024fc1fe4365d65e8
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Wed Jan 9 00:08:39 2013 -0500

    giomm.h: Add the tls[client|server]connection.h headers.
    
    	* gio/giomm.h: Add the two new headers.

 ChangeLog   |    6 ++++++
 gio/giomm.h |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0fbbc95..c4f67e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-09  Josà Alburquerque  <jaalburquerque gmail com>
+
+	giomm.h: Add the tls[client|server]connection.h headers.
+
+	* gio/giomm.h: Add the two new headers.
+
 2013-01-08  Josà Alburquerque  <jaalburquerque gmail com>
 
 	giomm: Add the Tls[Client|Server]Connection classes.
diff --git a/gio/giomm.h b/gio/giomm.h
index f5ba036..777d9d6 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -128,11 +128,13 @@
 #include <giomm/themedicon.h>
 #include <giomm/threadedsocketservice.h>
 #include <giomm/tlscertificate.h>
+#include <giomm/tlsclientconnection.h>
 #include <giomm/tlsconnection.h>
 #include <giomm/tlsdatabase.h>
 #include <giomm/tlsfiledatabase.h>
 #include <giomm/tlsinteraction.h>
 #include <giomm/tlspassword.h>
+#include <giomm/tlsserverconnection.h>
 #ifndef G_OS_WIN32
 # include <giomm/unixconnection.h>
 # include <giomm/unixcredentialsmessage.h>



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