From 3bbd426166d46b95e3a31a1b86dfee947f8a403d Mon Sep 17 00:00:00 2001 From: meh Date: Sun, 1 Jul 2012 23:09:29 +0200 Subject: [PATCH] selector/poll: add placeholder --- nucular/selector/port.d | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nucular/selector/port.d diff --git a/nucular/selector/port.d b/nucular/selector/port.d new file mode 100644 index 0000000..e92c18e --- /dev/null +++ b/nucular/selector/port.d @@ -0,0 +1,23 @@ +/* Copyleft meh. [http://meh.paranoid.pk | meh@paranoici.org] + * + * This file is part of nucular. + * + * nucular is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * nucular 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with nucular. If not, see . + ****************************************************************************/ + +module nucular.selector.port; + +version (port): + +static assert(0, "someone implement this please");