summaryrefslogtreecommitdiff
path: root/gio/src/file.ccg
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-27 07:06:56 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-27 07:06:56 +0000
commit06435e6cfcfcfec031fe70b7b433000cdfef6b4e (patch)
tree0822984c4d46e54c4c4481304643e5fad3b8f924 /gio/src/file.ccg
parent44f05c7b1852b0f3f8c92f789683b707a325ed26 (diff)
downloadglibmm-06435e6cfcfcfec031fe70b7b433000cdfef6b4e.tar.gz
Do not include gio.h from our public headers, to avoid polluting the
2008-01-27 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: * gio/src/asyncresult.hg: * gio/src/cancellable.hg: * gio/src/drive.hg: * gio/src/error.hg: * gio/src/file.hg: * gio/src/fileattribute.hg: * gio/src/fileenumerator.hg: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/filterinputstream.hg: * gio/src/icon.hg: * gio/src/inputstream.hg: * gio/src/loadableicon.hg: * gio/src/mount.hg: * gio/src/mountoperation.hg: * gio/src/outputstream.hg: * gio/src/seekable.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.hg: Do not include gio.h from our public headers, to avoid polluting the namespace. svn path=/trunk/; revision=544
Diffstat (limited to 'gio/src/file.ccg')
-rw-r--r--gio/src/file.ccg3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/src/file.ccg b/gio/src/file.ccg
index 36795a33..ea5e1efa 100644
--- a/gio/src/file.ccg
+++ b/gio/src/file.ccg
@@ -22,7 +22,8 @@
#include <glibmm/error.h>
#include <glibmm/exceptionhandler.h>
-namespace {
+namespace
+{
typedef std::pair<Gio::File::SlotReadMore*, Gio::SlotAsyncReady*> LoadPartialSlots;