summaryrefslogtreecommitdiff
path: root/gio/giomm.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-10-24 00:11:18 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-11-28 16:33:07 -0600
commite161c51f14b5b5123dacac447d1697134ee4eadb (patch)
tree1786859fd4669dd82ba2340288eaeba061931495 /gio/giomm.h
parenta958ae735e2ba5379a5be09c16bebb559246f6f1 (diff)
downloadglibmm-e161c51f14b5b5123dacac447d1697134ee4eadb.tar.gz
Re-enable network IO stuff (Socket, Resolver, etc)
There is a bit of a problem with some of the async stuff that is exhibited by the included resolver example. For example, when run the example with the following arguments: ./resolver -c domain.com There are several critical warnings printed to the terminal, and I have not been able to debug it to find the cause yet. I think it must have something to with the lifetime of the enumerator object during the next_async() calls and sigc::bind, etc. but I can't figure it out yet.
Diffstat (limited to 'gio/giomm.h')
-rw-r--r--gio/giomm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index 2e393c6e..287d6d5a 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -48,7 +48,10 @@
#include <giomm/filterinputstream.h>
#include <giomm/filteroutputstream.h>
#include <giomm/icon.h>
+#include <giomm/inetaddress.h>
+#include <giomm/inetsocketaddress.h>
#include <giomm/init.h>
+#include <giomm/initable.h>
#include <giomm/inputstream.h>
#include <giomm/iostream.h>
#include <giomm/loadableicon.h>
@@ -56,8 +59,16 @@
#include <giomm/memoryoutputstream.h>
#include <giomm/mount.h>
#include <giomm/mountoperation.h>
+#include <giomm/networkaddress.h>
+#include <giomm/networkservice.h>
#include <giomm/outputstream.h>
+#include <giomm/resolver.h>
#include <giomm/seekable.h>
+#include <giomm/socket.h>
+#include <giomm/socketaddress.h>
+#include <giomm/socketaddressenumerator.h>
+#include <giomm/socketconnectable.h>
+#include <giomm/srvtarget.h>
#include <giomm/themedicon.h>
#include <giomm/unixinputstream.h>
#include <giomm/unixoutputstream.h>