BIND 10 trac494, updated. cc5136da5b04edb3cdc66e90f2f60f0f0291e8ff [trac494] add the 'include-all' resolve.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 3 15:57:55 UTC 2011
The branch, trac494 has been updated
via cc5136da5b04edb3cdc66e90f2f60f0f0291e8ff (commit)
from 430e0e89ec5ab05bdbbd43b5fba9c93bdcf8f6c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cc5136da5b04edb3cdc66e90f2f60f0f0291e8ff
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 3 16:57:20 2011 +0100
[trac494] add the 'include-all' resolve.h
-----------------------------------------------------------------------
Summary of changes:
.../tests/run_unittests.cc => resolve/resolve.h} | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
copy src/lib/{cc/tests/run_unittests.cc => resolve/resolve.h} (76%)
-----------------------------------------------------------------------
diff --git a/src/lib/resolve/resolve.h b/src/lib/resolve/resolve.h
new file mode 100644
index 0000000..63c9b58
--- /dev/null
+++ b/src/lib/resolve/resolve.h
@@ -0,0 +1,20 @@
+// Copyright (C) 2011 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 _ISC_RESOLVE_H
+#define _ISC_RESOLVE_H 1
+
+#include <resolve/resolver_interface.h>
+#include <resolve/resolver_callback.h>
+#endif // ISC_RESOLVE_H_
More information about the bind10-changes
mailing list