Chris@95: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ Chris@95: Chris@95: /* Chris@95: Tony Chris@95: An intonation analysis and annotation tool Chris@95: Centre for Digital Music, Queen Mary, University of London. Chris@95: Chris@95: This program is free software; you can redistribute it and/or Chris@95: modify it under the terms of the GNU General Public License as Chris@95: published by the Free Software Foundation; either version 2 of the Chris@95: License, or (at your option) any later version. See the file Chris@95: COPYING included with this distribution for more information. Chris@95: */ Chris@95: Chris@95: #ifndef NETWORK_PERMISSION_TESTER_H Chris@95: #define NETWORK_PERMISSION_TESTER_H Chris@95: Chris@95: class NetworkPermissionTester Chris@95: { Chris@95: public: Chris@95: NetworkPermissionTester() { } Chris@95: bool havePermission(); Chris@95: }; Chris@95: Chris@95: #endif Chris@95: Chris@95: