diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-09-02 23:43:04 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-09-02 23:43:04 +0200 |
commit | dd1b61233d7b46071e319aad57a883dd4db608a6 (patch) | |
tree | 40010255a5c805f1d59bc979be91cd87af07c230 /gio/src/proxy.ccg | |
parent | faf9cb3c4f983a37b14f86ae41d5d1144d78d48e (diff) | |
download | glibmm-dd1b61233d7b46071e319aad57a883dd4db608a6.tar.gz |
giomm: Added Proxy, ProxyAddress and ProxyResolver.
* gio/src/proxy.[hg|ccg]:
* gio/src/proxyaddress.[hg|ccg]:
* gio/src/proxyresolver.[hg|ccg]: New files, not complete.
Diffstat (limited to 'gio/src/proxy.ccg')
-rw-r--r-- | gio/src/proxy.ccg | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gio/src/proxy.ccg b/gio/src/proxy.ccg new file mode 100644 index 00000000..16320294 --- /dev/null +++ b/gio/src/proxy.ccg @@ -0,0 +1,29 @@ +// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*- + +/* Copyright (C) 2010 The gtkmm Development Team + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include <gio/gio.h> +#include <utility> +#include <glibmm/error.h> +#include <glibmm/exceptionhandler.h> +#include "slot_async.h" + +namespace Gio +{ + +} //namespace Gio |