/*
PowerDNS Versatile Database Driven Nameserver
- Copyright (C) 2005 - 2007 PowerDNS.COM BV
+ Copyright (C) 2005 - 2015 PowerDNS.COM BV
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
class ZoneParserTNG
{
public:
- ZoneParserTNG(const string& fname, const DNSName& zname=DNSName(), const string& reldir="");
+ ZoneParserTNG(const string& fname, const DNSName& zname=DNSName("."), const string& reldir="");
ZoneParserTNG(const vector<string> zonedata, const DNSName& zname);
~ZoneParserTNG();