summaryrefslogtreecommitdiff
path: root/gio/src/inetsocketaddress.ccg
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-06-18 23:33:23 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-06-18 23:33:23 -0500
commit16f8af82f30627ced4c528e2eaad4549f54d660c (patch)
tree77f66ee474f334354d3a4afa485dc899c39e8a44 /gio/src/inetsocketaddress.ccg
parent95f91e418920359af8eb1c5189d81eabc1bdae83 (diff)
downloadglibmm-16f8af82f30627ced4c528e2eaad4549f54d660c.tar.gz
add InetSocketAddress class
Diffstat (limited to 'gio/src/inetsocketaddress.ccg')
-rw-r--r--gio/src/inetsocketaddress.ccg25
1 files changed, 25 insertions, 0 deletions
diff --git a/gio/src/inetsocketaddress.ccg b/gio/src/inetsocketaddress.ccg
new file mode 100644
index 00000000..c146baae
--- /dev/null
+++ b/gio/src/inetsocketaddress.ccg
@@ -0,0 +1,25 @@
+// -*- Mode: C++; indent-tabs-mode: nil; c-basic-offset: 2 -*-
+
+/* Copyright (C) 2008 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>
+
+namespace Gio
+{
+
+} //namespace Gio