diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2010-01-02 18:32:00 -0600 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2010-01-02 19:17:28 -0600 |
commit | 869c20eabe798e5c2af6311cf398fbb169a579ed (patch) | |
tree | bada4a8a69e10586d81b24260acfd3754afd235e /gio/src/unixconnection.ccg | |
parent | aa170c2b2267cc962e81667b4dadd8ee08394b70 (diff) | |
download | glibmm-869c20eabe798e5c2af6311cf398fbb169a579ed.tar.gz |
Wrap SocketClient, SocketConnection, TcpConnection, UnixConnection
Diffstat (limited to 'gio/src/unixconnection.ccg')
-rw-r--r-- | gio/src/unixconnection.ccg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gio/src/unixconnection.ccg b/gio/src/unixconnection.ccg new file mode 100644 index 00000000..e4433e49 --- /dev/null +++ b/gio/src/unixconnection.ccg @@ -0,0 +1,25 @@ +// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*- + +/* Copyright (C) 2010 Jonathon Jongsma + * + * 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 <gio/gunixconnection.h> + +namespace Gio +{ +} // namespace Gio |