# Library sources. The generated files will not be in the distribution.
libb10_nsas_la_SOURCES = address_entry.h address_entry.cc
-libb10_nsas_la_SOURCES += asiolink.h
libb10_nsas_la_SOURCES += hash.cc hash.h
libb10_nsas_la_SOURCES += hash_deleter.h
libb10_nsas_la_SOURCES += hash_key.cc hash_key.h
For an overview of the Nameserver Address Store, see the requirements and design
documents at http://bind10.isc.org/wiki/Resolver.
-
-At the time of writing (19 October 2010), the file asiolink.h is present in this
-directory only for the purposes of development. When the resolver's
-asynchronous I/O code has been finished, this will be removed and the NSAS will
-use the "real" code.
#ifndef ADDRESS_REQUEST_CALLBACK_H
#define ADDRESS_REQUEST_CALLBACK_H
-#include "asiolink.h"
+#include <asiolink/asiolink.h>
+
#include "nameserver_address.h"
namespace isc {
+++ /dev/null
-// Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
-//
-// Permission to use, copy, modify, and/or distribute this software for any
-// purpose with or without fee is hereby granted, provided that the above
-// copyright notice and this permission notice appear in all copies.
-//
-// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
-// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
-// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-// PERFORMANCE OF THIS SOFTWARE.
-
-#ifndef ASIOLINK_H
-#define ASIOLINK_H
-
-#include <string>
-#include <sys/socket.h>
-
-#endif // ASIOLINK_H
#include <exceptions/exceptions.h>
-#include "asiolink.h"
+#include <asiolink/asiolink.h>
+
#include "address_entry.h"
#include "nsas_types.h"
#include <util/lru_list.h>
+#include <asiolink/asiolink.h>
+
#include "address_entry.h"
-#include "asiolink.h"
#include "nsas_types.h"
#include "hash_key.h"
#include "fetchable.h"
#include <dns/name.h>
#include <exceptions/exceptions.h>
-#include "../asiolink.h"
+#include <asiolink/asiolink.h>
+
#include "../address_entry.h"
#include "../nameserver_entry.h"
#include "../nameserver_address.h"
#include <dns/rrclass.h>
#include <dns/rdataclass.h>
-#include "../asiolink.h"
+#include <asiolink/asiolink.h>
+
#include "../zone_entry.h"
#include "../nameserver_entry.h"
#include "../address_request_callback.h"
#include <util/locks.h>
#include <util/random/random_number_generator.h>
+#include <asiolink/asiolink.h>
+
#include "hash_key.h"
#include "nsas_entry.h"
-#include "asiolink.h"
#include "fetchable.h"
#include "nsas_types.h"
#include "glue_hints.h"