2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 07:55:18 +00:00

[2357] Update scaffolding using fix-scaffolding.py tool

See bug #2367 for the fix-scaffolding.py tool.
This commit is contained in:
Mukund Sivaraman
2012-10-25 09:35:06 +05:30
parent 6d13586173
commit 059a2a1751
250 changed files with 721 additions and 721 deletions

View File

@@ -18,8 +18,8 @@
#include <cc/data.h> #include <cc/data.h>
#ifndef __CONFIG_H #ifndef CONFIG_H
#define __CONFIG_H 1 #define CONFIG_H 1
class AuthSrv; class AuthSrv;
@@ -195,7 +195,7 @@ void configureAuthServer(AuthSrv& server,
AuthConfigParser* createAuthConfigParser(AuthSrv& server, AuthConfigParser* createAuthConfigParser(AuthSrv& server,
const std::string& config_id); const std::string& config_id);
#endif // __CONFIG_H #endif // CONFIG_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __AUTH_LOG__H #ifndef AUTH_LOG_H
#define __AUTH_LOG__H #define AUTH_LOG_H
#include <log/macros.h> #include <log/macros.h>
#include <auth/auth_messages.h> #include <auth/auth_messages.h>
@@ -53,4 +53,4 @@ extern isc::log::Logger auth_logger;
} // namespace nsas } // namespace nsas
} // namespace isc } // namespace isc
#endif // __AUTH_LOG__H #endif // AUTH_LOG_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __AUTH_SRV_H #ifndef AUTH_SRV_H
#define __AUTH_SRV_H 1 #define AUTH_SRV_H 1
#include <config/ccsession.h> #include <config/ccsession.h>
@@ -328,7 +328,7 @@ private:
isc::asiodns::DNSServiceBase* dnss_; isc::asiodns::DNSServiceBase* dnss_;
}; };
#endif // __AUTH_SRV_H #endif // AUTH_SRV_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -16,8 +16,8 @@
#include <cc/data.h> #include <cc/data.h>
#ifndef __COMMAND_H #ifndef COMMAND_H
#define __COMMAND_H 1 #define COMMAND_H 1
class AuthSrv; class AuthSrv;
@@ -54,7 +54,7 @@ isc::data::ConstElementPtr
execAuthServerCommand(AuthSrv& server, const std::string& command_id, execAuthServerCommand(AuthSrv& server, const std::string& command_id,
isc::data::ConstElementPtr args); isc::data::ConstElementPtr args);
#endif // __COMMAND_H #endif // COMMAND_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __COMMON_H #ifndef COMMON_H
#define __COMMON_H 1 #define COMMON_H 1
#include <stdexcept> #include <stdexcept>
#include <string> #include <string>
@@ -62,7 +62,7 @@ extern const char* const AUTH_NAME;
/// This is sent to interested modules (currently only b10-ddns) /// This is sent to interested modules (currently only b10-ddns)
extern const char* const AUTH_STARTED_NOTIFICATION; extern const char* const AUTH_STARTED_NOTIFICATION;
#endif // __COMMON_H #endif // COMMON_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __STATISTICS_H #ifndef STATISTICS_H
#define __STATISTICS_H 1 #define STATISTICS_H 1
#include <dns/opcode.h> #include <dns/opcode.h>
#include <dns/rcode.h> #include <dns/rcode.h>
@@ -178,7 +178,7 @@ public:
void registerStatisticsValidator(AuthCounters::validator_type validator) const; void registerStatisticsValidator(AuthCounters::validator_type validator) const;
}; };
#endif // __STATISTICS_H #endif // STATISTICS_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __AUTH_DATA_SOURCE_UTIL_H #ifndef AUTH_DATA_SOURCE_UTIL_H
#define __AUTH_DATA_SOURCE_UTIL_H 1 #define AUTH_DATA_SOURCE_UTIL_H 1
#include <dns/name.h> #include <dns/name.h>
#include <dns/rrclass.h> #include <dns/rrclass.h>
@@ -51,7 +51,7 @@ createSQLite3DB(dns::RRClass zclass, const dns::Name& zname,
} // end of auth } // end of auth
} // end of isc } // end of isc
#endif // __AUTH_DATA_SOURCE_UTIL_H #endif // AUTH_DATA_SOURCE_UTIL_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DHCP4_LOG__H #ifndef DHCP4_LOG_H
#define __DHCP4_LOG__H #define DHCP4_LOG_H
#include <log/macros.h> #include <log/macros.h>
#include <log/logger_support.h> #include <log/logger_support.h>
@@ -56,4 +56,4 @@ extern isc::log::Logger dhcp4_logger;
} // namespace dhcp4 } // namespace dhcp4
} // namespace isc } // namespace isc
#endif // __DHCP4_LOG__H #endif // DHCP4_LOG_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DHCP6_LOG__H #ifndef DHCP6_LOG_H
#define __DHCP6_LOG__H #define DHCP6_LOG_H
#include <log/macros.h> #include <log/macros.h>
#include <log/logger_support.h> #include <log/logger_support.h>
@@ -56,4 +56,4 @@ extern isc::log::Logger dhcp6_logger;
} // namespace dhcp6 } // namespace dhcp6
} // namespace isc } // namespace isc
#endif // __DHCP6_LOG__H #endif // DHCP6_LOG_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RESOLVER_H #ifndef RESOLVER_H
#define __RESOLVER_H 1 #define RESOLVER_H 1
#include <string> #include <string>
#include <vector> #include <vector>
@@ -266,7 +266,7 @@ private:
isc::cache::ResolverCache* cache_; isc::cache::ResolverCache* cache_;
}; };
#endif // __RESOLVER_H #endif // RESOLVER_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RESOLVER_LOG__H #ifndef RESOLVER_LOG_H
#define __RESOLVER_LOG__H #define RESOLVER_LOG_H
#include <log/macros.h> #include <log/macros.h>
#include "resolver_messages.h" #include "resolver_messages.h"
@@ -46,4 +46,4 @@ const int RESOLVER_DBG_DETAIL = DBGLVL_TRACE_DETAIL_DATA;
/// space. /// space.
extern isc::log::Logger resolver_logger; extern isc::log::Logger resolver_logger;
#endif // __RESOLVER_LOG__H #endif // RESOLVER_LOG_H

View File

@@ -14,8 +14,8 @@
// $Id$ // $Id$
#ifndef __RESPONSE_SCRUBBER_H #ifndef RESPONSE_SCRUBBER_H
#define __RESPONSE_SCRUBBER_H #define RESPONSE_SCRUBBER_H
/// \page DataScrubbing Data Scrubbing /// \page DataScrubbing Data Scrubbing
/// \section DataScrubbingIntro Introduction /// \section DataScrubbingIntro Introduction
@@ -419,4 +419,4 @@ public:
} }
}; };
#endif // __RESPONSE_SCRUBBER_H #endif // RESPONSE_SCRUBBER_H

View File

@@ -18,8 +18,8 @@
/// This module holds the functionality of the socket creator. It is a separate /// This module holds the functionality of the socket creator. It is a separate
/// module from main to make testing easier. /// module from main to make testing easier.
#ifndef __SOCKCREATOR_H #ifndef SOCKCREATOR_H
#define __SOCKCREATOR_H 1 #define SOCKCREATOR_H 1
#include <util/io/fd_share.h> #include <util/io/fd_share.h>
#include <exceptions/exceptions.h> #include <exceptions/exceptions.h>
@@ -144,4 +144,4 @@ run(const int input_fd, const int output_fd, get_sock_t get_sock_fun,
} // namespace socket_creator } // namespace socket_creator
} // NAMESPACE ISC } // NAMESPACE ISC
#endif // __SOCKCREATOR_H #endif // SOCKCREATOR_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DNSNAME_CHECK_H #ifndef DNSNAME_CHECK_H
#define __DNSNAME_CHECK_H 1 #define DNSNAME_CHECK_H 1
#include <dns/name.h> #include <dns/name.h>
@@ -76,7 +76,7 @@ private:
} // namespace acl } // namespace acl
} // namespace isc } // namespace isc
#endif // __DNSNAME_CHECK_H #endif // DNSNAME_CHECK_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IP_CHECK_H #ifndef IP_CHECK_H
#define __IP_CHECK_H #define IP_CHECK_H
#include <sys/socket.h> #include <sys/socket.h>
@@ -410,7 +410,7 @@ const size_t IPCheck<Context>::IPV4_SIZE;
} // namespace acl } // namespace acl
} // namespace isc } // namespace isc
#endif // __IP_CHECK_H #endif // IP_CHECK_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ACL_TEST_SOCKADDR_H #ifndef ACL_TEST_SOCKADDR_H
#define __ACL_TEST_SOCKADDR_H 1 #define ACL_TEST_SOCKADDR_H 1
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
@@ -62,7 +62,7 @@ getSockAddr(const char* const addr) {
} // end of namespace "acl" } // end of namespace "acl"
} // end of namespace "isc" } // end of namespace "isc"
#endif // __ACL_TEST_SOCKADDR_H #endif // ACL_TEST_SOCKADDR_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,12 +12,12 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIODNS_H #ifndef ASIODNS_H
#define __ASIODNS_H 1 #define ASIODNS_H 1
#include <asiodns/dns_service.h> #include <asiodns/dns_service.h>
#include <asiodns/dns_server.h> #include <asiodns/dns_server.h>
#include <asiodns/dns_lookup.h> #include <asiodns/dns_lookup.h>
#include <asiodns/dns_answer.h> #include <asiodns/dns_answer.h>
#endif // __ASIODNS_H #endif // ASIODNS_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_DNS_ANSWER_H #ifndef ASIOLINK_DNS_ANSWER_H
#define __ASIOLINK_DNS_ANSWER_H 1 #define ASIOLINK_DNS_ANSWER_H 1
#include <asiolink/io_message.h> #include <asiolink/io_message.h>
#include <util/buffer.h> #include <util/buffer.h>
@@ -74,4 +74,4 @@ public:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __ASIOLINK_DNS_ANSWER_H #endif // ASIOLINK_DNS_ANSWER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_DNS_LOOKUP_H #ifndef ASIOLINK_DNS_LOOKUP_H
#define __ASIOLINK_DNS_LOOKUP_H 1 #define ASIOLINK_DNS_LOOKUP_H 1
#include <asiolink/io_message.h> #include <asiolink/io_message.h>
#include <asiodns/dns_server.h> #include <asiodns/dns_server.h>
@@ -84,4 +84,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __ASIOLINK_DNS_LOOKUP_H #endif // ASIOLINK_DNS_LOOKUP_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_DNS_SERVER_H #ifndef ASIOLINK_DNS_SERVER_H
#define __ASIOLINK_DNS_SERVER_H 1 #define ASIOLINK_DNS_SERVER_H 1
#include <asiolink/io_message.h> #include <asiolink/io_message.h>
@@ -152,4 +152,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __ASIOLINK_DNS_SERVER_H #endif // ASIOLINK_DNS_SERVER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_DNS_SERVICE_H #ifndef ASIOLINK_DNS_SERVICE_H
#define __ASIOLINK_DNS_SERVICE_H 1 #define ASIOLINK_DNS_SERVICE_H 1
#include <resolve/resolver_interface.h> #include <resolve/resolver_interface.h>
@@ -210,7 +210,7 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __ASIOLINK_DNS_SERVICE_H #endif // ASIOLINK_DNS_SERVICE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_FETCH_H #ifndef IO_FETCH_H
#define __IO_FETCH_H 1 #define IO_FETCH_H 1
#include <config.h> #include <config.h>
@@ -229,4 +229,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __IO_FETCH_H #endif // IO_FETCH_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __SYNC_UDP_SERVER_H #ifndef SYNC_UDP_SERVER_H
#define __SYNC_UDP_SERVER_H 1 #define SYNC_UDP_SERVER_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -145,4 +145,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __SYNC_UDP_SERVER_H #endif // SYNC_UDP_SERVER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __TCP_SERVER_H #ifndef TCP_SERVER_H
#define __TCP_SERVER_H 1 #define TCP_SERVER_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -147,4 +147,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __TCP_SERVER_H #endif // TCP_SERVER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __UDP_SERVER_H #ifndef UDP_SERVER_H
#define __UDP_SERVER_H 1 #define UDP_SERVER_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -96,4 +96,4 @@ private:
} // namespace asiodns } // namespace asiodns
} // namespace isc } // namespace isc
#endif // __UDP_SERVER_H #endif // UDP_SERVER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_H #ifndef ASIOLINK_H
#define __ASIOLINK_H 1 #define ASIOLINK_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -74,4 +74,4 @@
/// the placeholder of callback handlers: /// the placeholder of callback handlers:
/// http://think-async.com/Asio/asio-1.3.1/doc/asio/reference/asio_handler_allocate.html /// http://think-async.com/Asio/asio-1.3.1/doc/asio/reference/asio_handler_allocate.html
#endif // __ASIOLINK_H #endif // ASIOLINK_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DUMMY_IO_CB_H #ifndef DUMMY_IO_CB_H
#define __DUMMY_IO_CB_H #define DUMMY_IO_CB_H
#include <iostream> #include <iostream>
@@ -59,4 +59,4 @@ public:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __DUMMY_IO_CB_H #endif // DUMMY_IO_CB_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_INTERVAL_TIMER_H #ifndef ASIOLINK_INTERVAL_TIMER_H
#define __ASIOLINK_INTERVAL_TIMER_H 1 #define ASIOLINK_INTERVAL_TIMER_H 1
#include <boost/function.hpp> #include <boost/function.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
@@ -130,4 +130,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __ASIOLINK_INTERVAL_TIMER_H #endif // ASIOLINK_INTERVAL_TIMER_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_ADDRESS_H #ifndef IO_ADDRESS_H
#define __IO_ADDRESS_H 1 #define IO_ADDRESS_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -215,4 +215,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_ADDRESS_H #endif // IO_ADDRESS_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_ASIO_SOCKET_H #ifndef IO_ASIO_SOCKET_H
#define __IO_ASIO_SOCKET_H 1 #define IO_ASIO_SOCKET_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -385,4 +385,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_ASIO_SOCKET_H #endif // IO_ASIO_SOCKET_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_ENDPOINT_H #ifndef IO_ENDPOINT_H
#define __IO_ENDPOINT_H 1 #define IO_ENDPOINT_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -184,7 +184,7 @@ public:
std::ostream& operator<<(std::ostream& os, const IOEndpoint& endpoint); std::ostream& operator<<(std::ostream& os, const IOEndpoint& endpoint);
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_ENDPOINT_H #endif // IO_ENDPOINT_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -13,8 +13,8 @@
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_ERROR_H #ifndef IO_ERROR_H
#define __IO_ERROR_H #define IO_ERROR_H
#include <exceptions/exceptions.h> #include <exceptions/exceptions.h>
@@ -34,4 +34,4 @@ public:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_ERROR_H #endif // IO_ERROR_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_MESSAGE_H #ifndef IO_MESSAGE_H
#define __IO_MESSAGE_H 1 #define IO_MESSAGE_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -99,4 +99,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_MESSAGE_H #endif // IO_MESSAGE_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_IO_SERVICE_H #ifndef ASIOLINK_IO_SERVICE_H
#define __ASIOLINK_IO_SERVICE_H 1 #define ASIOLINK_IO_SERVICE_H 1
namespace asio { namespace asio {
class io_service; class io_service;
@@ -76,4 +76,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __ASIOLINK_IO_SERVICE_H #endif // ASIOLINK_IO_SERVICE_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __IO_SOCKET_H #ifndef IO_SOCKET_H
#define __IO_SOCKET_H 1 #define IO_SOCKET_H 1
// IMPORTANT NOTE: only very few ASIO headers files can be included in // IMPORTANT NOTE: only very few ASIO headers files can be included in
// this file. In particular, asio.hpp should never be included here. // this file. In particular, asio.hpp should never be included here.
@@ -123,4 +123,4 @@ public:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __IO_SOCKET_H #endif // IO_SOCKET_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ASIOLINK_SIMPLE_CALLBACK_H #ifndef ASIOLINK_SIMPLE_CALLBACK_H
#define __ASIOLINK_SIMPLE_CALLBACK_H 1 #define ASIOLINK_SIMPLE_CALLBACK_H 1
#include <asiolink/io_message.h> #include <asiolink/io_message.h>
@@ -72,4 +72,4 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __ASIOLINK_SIMPLE_CALLBACK_H #endif // ASIOLINK_SIMPLE_CALLBACK_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __TCP_ENDPOINT_H #ifndef TCP_ENDPOINT_H
#define __TCP_ENDPOINT_H 1 #define TCP_ENDPOINT_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -116,7 +116,7 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __TCP_ENDPOINT_H #endif // TCP_ENDPOINT_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __TCP_SOCKET_H #ifndef TCP_SOCKET_H
#define __TCP_SOCKET_H 1 #define TCP_SOCKET_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -415,4 +415,4 @@ TCPSocket<C>::close() {
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __TCP_SOCKET_H #endif // TCP_SOCKET_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __UDP_ENDPOINT_H #ifndef UDP_ENDPOINT_H
#define __UDP_ENDPOINT_H 1 #define UDP_ENDPOINT_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -116,7 +116,7 @@ private:
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __UDP_ENDPOINT_H #endif // UDP_ENDPOINT_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __UDP_SOCKET_H #ifndef UDP_SOCKET_H
#define __UDP_SOCKET_H 1 #define UDP_SOCKET_H 1
#ifndef ASIO_HPP #ifndef ASIO_HPP
#error "asio.hpp must be included before including this, see asiolink.h as to why" #error "asio.hpp must be included before including this, see asiolink.h as to why"
@@ -321,4 +321,4 @@ UDPSocket<C>::close() {
} // namespace asiolink } // namespace asiolink
} // namespace isc } // namespace isc
#endif // __UDP_SOCKET_H #endif // UDP_SOCKET_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __BENCHMARK_H #ifndef BENCHMARK_H
#define __BENCHMARK_H 1 #define BENCHMARK_H 1
#include <sys/time.h> #include <sys/time.h>
@@ -402,7 +402,7 @@ private:
} }
} }
#endif // __BENCHMARK_H #endif // BENCHMARK_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __BENCHMARK_UTIL_H #ifndef BENCHMARK_UTIL_H
#define __BENCHMARK_UTIL_H 1 #define BENCHMARK_UTIL_H 1
/// \file /// \file
/// Utilities to help write benchmark cases. /// Utilities to help write benchmark cases.
@@ -140,7 +140,7 @@ void loadQueryData(std::istream& input, BenchQueries& queries,
const isc::dns::RRClass& qclass, const bool strict = false); const isc::dns::RRClass& qclass, const bool strict = false);
} }
} }
#endif // __BENCHMARK_UTIL_H #endif // BENCHMARK_UTIL_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __CACHE_ENTRY_KEY_H #ifndef CACHE_ENTRY_KEY_H
#define __CACHE_ENTRY_KEY_H #define CACHE_ENTRY_KEY_H
#include <string> #include <string>
#include <dns/name.h> #include <dns/name.h>
@@ -50,5 +50,5 @@ genCacheEntryName(const std::string& namestr, const uint16_t type);
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __CACHE_ENTRY_KEY_H #endif // CACHE_ENTRY_KEY_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _LOCAL_ZONE_DATA #ifndef LOCAL_ZONE_DATA
#define _LOCAL_ZONE_DATA #define LOCAL_ZONE_DATA
#include <map> #include <map>
#include <string> #include <string>
@@ -60,5 +60,5 @@ typedef boost::shared_ptr<const LocalZoneData> ConstLocalZoneDataPtr;
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // _LOCAL_ZONE_DATA #endif // LOCAL_ZONE_DATA

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_LOGGER_H #ifndef DATASRC_LOGGER_H
#define __DATASRC_LOGGER_H #define DATASRC_LOGGER_H
#include <log/macros.h> #include <log/macros.h>
#include <cache/cache_messages.h> #include <cache/cache_messages.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MESSAGE_CACHE_H #ifndef MESSAGE_CACHE_H
#define __MESSAGE_CACHE_H #define MESSAGE_CACHE_H
#include <string> #include <string>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
@@ -90,5 +90,5 @@ typedef boost::shared_ptr<MessageCache> MessageCachePtr;
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __MESSAGE_CACHE_H #endif // MESSAGE_CACHE_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MESSAGE_ENTRY_H #ifndef MESSAGE_ENTRY_H
#define __MESSAGE_ENTRY_H #define MESSAGE_ENTRY_H
#include <vector> #include <vector>
#include <dns/message.h> #include <dns/message.h>
@@ -199,5 +199,5 @@ typedef boost::shared_ptr<MessageEntry> MessageEntryPtr;
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __MESSAGE_ENTRY_H #endif // MESSAGE_ENTRY_H

View File

@@ -14,8 +14,8 @@
// $Id$ // $Id$
#ifndef __MESSAGE_UTILITY_H #ifndef MESSAGE_UTILITY_H
#define __MESSAGE_UTILITY_H #define MESSAGE_UTILITY_H
#include <dns/message.h> #include <dns/message.h>
@@ -63,4 +63,4 @@ bool canMessageBeCached(const isc::dns::Message& msg);
} // namespace isc } // namespace isc
#endif//__MESSAGE_UTILITY_H #endif//MESSAGE_UTILITY_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RESOLVER_CACHE_H #ifndef RESOLVER_CACHE_H
#define __RESOLVER_CACHE_H #define RESOLVER_CACHE_H
#include <map> #include <map>
#include <string> #include <string>
@@ -319,5 +319,5 @@ private:
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __RESOLVER_CACHE_H #endif // RESOLVER_CACHE_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RRSET_CACHE_H #ifndef RRSET_CACHE_H
#define __RRSET_CACHE_H #define RRSET_CACHE_H
#include <cache/rrset_entry.h> #include <cache/rrset_entry.h>
#include <nsas/hash_table.h> #include <nsas/hash_table.h>
@@ -89,5 +89,5 @@ typedef boost::shared_ptr<const RRsetCache> ConstRRsetCachePtr;
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __RRSET_CACHE_H #endif // RRSET_CACHE_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RRSET_COPY_ #ifndef RRSET_COPY
#define __RRSET_COPY_ #define RRSET_COPY
#include <dns/rrset.h> #include <dns/rrset.h>
@@ -38,5 +38,5 @@ rrsetCopy(const isc::dns::AbstractRRset& src, isc::dns::AbstractRRset& dst);
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __RRSET_COPY_ #endif // RRSET_COPY

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RRSET_ENTRY_H #ifndef RRSET_ENTRY_H
#define __RRSET_ENTRY_H #define RRSET_ENTRY_H
#include <dns/rrset.h> #include <dns/rrset.h>
#include <dns/message.h> #include <dns/message.h>
@@ -132,5 +132,5 @@ typedef boost::shared_ptr<RRsetEntry> RRsetEntryPtr;
} // namespace cache } // namespace cache
} // namespace isc } // namespace isc
#endif // __RRSET_ENTRY_H #endif // RRSET_ENTRY_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _ISC_DATA_H #ifndef ISC_DATA_H
#define _ISC_DATA_H 1 #define ISC_DATA_H 1
#include <string> #include <string>
#include <vector> #include <vector>
@@ -567,7 +567,7 @@ std::ostream& operator<<(std::ostream& out, const Element& e);
bool operator==(const Element& a, const Element& b); bool operator==(const Element& a, const Element& b);
bool operator!=(const Element& a, const Element& b); bool operator!=(const Element& a, const Element& b);
} } } }
#endif // _ISC_DATA_H #endif // ISC_DATA_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _ISC_SESSION_H #ifndef ISC_SESSION_H
#define _ISC_SESSION_H 1 #define ISC_SESSION_H 1
#include <string> #include <string>
@@ -161,7 +161,7 @@ namespace isc {
} // namespace cc } // namespace cc
} // namespace isc } // namespace isc
#endif // _ISC_SESSION_H #endif // ISC_SESSION_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __CCSESSION_H #ifndef CCSESSION_H
#define __CCSESSION_H 1 #define CCSESSION_H 1
#include <config/config_data.h> #include <config/config_data.h>
#include <config/module_spec.h> #include <config/module_spec.h>
@@ -576,7 +576,7 @@ getRelatedLoggers(isc::data::ConstElementPtr loggers);
} // namespace config } // namespace config
} // namespace isc } // namespace isc
#endif // __CCSESSION_H #endif // CCSESSION_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __CONFIG_DATA_H #ifndef CONFIG_DATA_H
#define __CONFIG_DATA_H 1 #define CONFIG_DATA_H 1
#include <string> #include <string>
#include <vector> #include <vector>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __CONFIG_LOG__H #ifndef CONFIG_LOG_H
#define __CONFIG_LOG__H #define CONFIG_LOG_H
#include <log/macros.h> #include <log/macros.h>
#include "config_messages.h" #include "config_messages.h"
@@ -38,4 +38,4 @@ const int DBG_CONFIG_PROCESS = DBGLVL_TRACE_BASIC;
} // namespace config } // namespace config
} // namespace isc } // namespace isc
#endif // __CONFIG_LOG__H #endif // CONFIG_LOG_H

View File

@@ -13,8 +13,8 @@
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION // NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. // WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef _MODULE_SPEC_H #ifndef MODULE_SPEC_H
#define _MODULE_SPEC_H 1 #define MODULE_SPEC_H 1
#include <cc/data.h> #include <cc/data.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _ISC_FAKESESSION_H #ifndef ISC_FAKESESSION_H
#define _ISC_FAKESESSION_H 1 #define ISC_FAKESESSION_H 1
#include <string> #include <string>
@@ -111,7 +111,7 @@ private:
} // namespace cc } // namespace cc
} // namespace isc } // namespace isc
#endif // _ISC_FAKESESSION_H #endif // ISC_FAKESESSION_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -18,8 +18,8 @@
#include <cryptolink/cryptolink.h> #include <cryptolink/cryptolink.h>
#ifndef _ISC_CRYPTO_HMAC_H #ifndef ISC_CRYPTO_HMAC_H
#define _ISC_CRYPTO_HMAC_H #define ISC_CRYPTO_HMAC_H
namespace isc { namespace isc {
namespace cryptolink { namespace cryptolink {

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _ISC_CRYPTO_H #ifndef ISC_CRYPTO_H
#define _ISC_CRYPTO_H #define ISC_CRYPTO_H
#include <string> #include <string>
#include <util/buffer.h> #include <util/buffer.h>
@@ -205,4 +205,4 @@ private:
} // namespace cryptolink } // namespace cryptolink
} // namespace isc } // namespace isc
#endif // _ISC_CRYPTO_H #endif // ISC_CRYPTO_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATA_SOURCE_CLIENT_H #ifndef DATA_SOURCE_CLIENT_H
#define __DATA_SOURCE_CLIENT_H 1 #define DATA_SOURCE_CLIENT_H 1
#include <utility> #include <utility>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATA_SOURCE_H #ifndef DATA_SOURCE_H
#define __DATA_SOURCE_H #define DATA_SOURCE_H
#include <stdint.h> #include <stdint.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATABASE_DATASRC_H #ifndef DATABASE_DATASRC_H
#define __DATABASE_DATASRC_H #define DATABASE_DATASRC_H
#include <string> #include <string>
@@ -1425,7 +1425,7 @@ private:
} }
} }
#endif // __DATABASE_DATASRC_H #endif // DATABASE_DATASRC_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATA_SOURCE_FACTORY_H #ifndef DATA_SOURCE_FACTORY_H
#define __DATA_SOURCE_FACTORY_H 1 #define DATA_SOURCE_FACTORY_H 1
#include <datasrc/data_source.h> #include <datasrc/data_source.h>
#include <datasrc/client.h> #include <datasrc/client.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_ZONE_ITERATOR_H #ifndef DATASRC_ZONE_ITERATOR_H
#define __DATASRC_ZONE_ITERATOR_H 1 #define DATASRC_ZONE_ITERATOR_H 1
#include <dns/rrset.h> #include <dns/rrset.h>
@@ -98,7 +98,7 @@ public:
} }
} }
#endif // __DATASRC_ZONE_ITERATOR_H #endif // DATASRC_ZONE_ITERATOR_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_LOGGER_H #ifndef DATASRC_LOGGER_H
#define __DATASRC_LOGGER_H #define DATASRC_LOGGER_H
#include <log/macros.h> #include <log/macros.h>
#include <datasrc/datasrc_messages.h> #include <datasrc/datasrc_messages.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _DOMAINTREE_H #ifndef DOMAINTREE_H
#define _DOMAINTREE_H 1 #define DOMAINTREE_H 1
//! \file datasrc/memory/domaintree.h //! \file datasrc/memory/domaintree.h
/// ///
@@ -2126,7 +2126,7 @@ DomainTree<T>::dumpDotHelper(std::ostream& os,
} // namespace datasrc } // namespace datasrc
} // namespace isc } // namespace isc
#endif // _DOMAINTREE_H #endif // DOMAINTREE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_MEMORY_ZONE_TABLE_H #ifndef DATASRC_MEMORY_ZONE_TABLE_H
#define __DATASRC_MEMORY_ZONE_TABLE_H 1 #define DATASRC_MEMORY_ZONE_TABLE_H 1
#include <util/memory_segment.h> #include <util/memory_segment.h>
@@ -190,7 +190,7 @@ private:
} }
} }
} }
#endif // __DATASRC_MEMORY_ZONE_TABLE_H #endif // DATASRC_MEMORY_ZONE_TABLE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ZONE_TABLE_SEGMENT_H__ #ifndef ZONE_TABLE_SEGMENT_H
#define __ZONE_TABLE_SEGMENT_H__ #define ZONE_TABLE_SEGMENT_H
#include <datasrc/memory/zone_table.h> #include <datasrc/memory/zone_table.h>
#include "load_action.h" #include "load_action.h"
@@ -149,4 +149,4 @@ public:
} // namespace datasrc } // namespace datasrc
} // namespace isc } // namespace isc
#endif // __ZONE_TABLE_SEGMENT_H__ #endif // ZONE_TABLE_SEGMENT_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ZONE_TABLE_SEGMENT_LOCAL_H__ #ifndef ZONE_TABLE_SEGMENT_LOCAL_H
#define __ZONE_TABLE_SEGMENT_LOCAL_H__ #define ZONE_TABLE_SEGMENT_LOCAL_H
#include <datasrc/memory/zone_table_segment.h> #include <datasrc/memory/zone_table_segment.h>
#include <util/memory_segment_local.h> #include <util/memory_segment_local.h>
@@ -67,4 +67,4 @@ private:
} // namespace datasrc } // namespace datasrc
} // namespace isc } // namespace isc
#endif // __ZONE_TABLE_SEGMENT_LOCAL_H__ #endif // ZONE_TABLE_SEGMENT_LOCAL_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MEMORY_DATA_SOURCE_H #ifndef MEMORY_DATA_SOURCE_H
#define __MEMORY_DATA_SOURCE_H 1 #define MEMORY_DATA_SOURCE_H 1
#include <string> #include <string>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __RBNODE_RRSET_H #ifndef RBNODE_RRSET_H
#define __RBNODE_RRSET_H #define RBNODE_RRSET_H
#include <dns/messagerenderer.h> #include <dns/messagerenderer.h>
#include <dns/name.h> #include <dns/name.h>
@@ -227,4 +227,4 @@ private:
} // namespace datasrc } // namespace datasrc
} // namespace isc } // namespace isc
#endif // __RBNODE_RRSET_H #endif // RBNODE_RRSET_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef _RBTREE_H #ifndef RBTREE_H
#define _RBTREE_H 1 #define RBTREE_H 1
//! \file datasrc/rbtree.h //! \file datasrc/rbtree.h
/// ///
@@ -1986,7 +1986,7 @@ RBTree<T>::dumpDotHelper(std::ostream& os, const RBNode<T>* node,
} }
} }
#endif // _RBTREE_H #endif // RBTREE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_RESULT_H #ifndef DATASRC_RESULT_H
#define __DATASRC_RESULT_H 1 #define DATASRC_RESULT_H 1
namespace isc { namespace isc {
namespace datasrc { namespace datasrc {

View File

@@ -13,8 +13,8 @@
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __DATASRC_SQLITE3_ACCESSOR_H #ifndef DATASRC_SQLITE3_ACCESSOR_H
#define __DATASRC_SQLITE3_ACCESSOR_H #define DATASRC_SQLITE3_ACCESSOR_H
#include <datasrc/database.h> #include <datasrc/database.h>
#include <datasrc/data_source.h> #include <datasrc/data_source.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __TEST_DATA_SOURCE_CLIENT_H #ifndef TEST_DATA_SOURCE_CLIENT_H
#define __TEST_DATA_SOURCE_CLIENT_H 1 #define TEST_DATA_SOURCE_CLIENT_H 1
#include <dns/name.h> #include <dns/name.h>
#include <dns/rrclass.h> #include <dns/rrclass.h>
@@ -64,7 +64,7 @@ createSQLite3Client(dns::RRClass zclass, const dns::Name& zname,
} // end of datasrc } // end of datasrc
} // end of isc } // end of isc
#endif // __TEST_DATA_SOURCE_CLIENT_H #endif // TEST_DATA_SOURCE_CLIENT_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ZONE_H #ifndef ZONE_H
#define __ZONE_H 1 #define ZONE_H 1
#include <dns/name.h> #include <dns/name.h>
#include <dns/rrset.h> #include <dns/rrset.h>
@@ -1065,7 +1065,7 @@ typedef boost::shared_ptr<ZoneJournalReader> ZoneJournalReaderPtr;
} // end of datasrc } // end of datasrc
} // end of isc } // end of isc
#endif // __ZONE_H #endif // ZONE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __ZONETABLE_H #ifndef ZONETABLE_H
#define __ZONETABLE_H 1 #define ZONETABLE_H 1
#include <util/memory_segment.h> #include <util/memory_segment.h>
@@ -153,7 +153,7 @@ private:
}; };
} }
} }
#endif // __ZONETABLE_H #endif // ZONETABLE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __OLDMESSAGERENDERER_H #ifndef OLDMESSAGERENDERER_H
#define __OLDMESSAGERENDERER_H 1 #define OLDMESSAGERENDERER_H 1
// //
// This is a copy of an older version of MessageRenderer class. It is kept // This is a copy of an older version of MessageRenderer class. It is kept
@@ -49,7 +49,7 @@ private:
}; };
} }
} }
#endif // __OLDMESSAGERENDERER_H #endif // OLDMESSAGERENDERER_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __CHARACTER_STRING_H #ifndef CHARACTER_STRING_H
#define __CHARACTER_STRING_H #define CHARACTER_STRING_H
#include <string> #include <string>
#include <exceptions/exceptions.h> #include <exceptions/exceptions.h>
@@ -54,4 +54,4 @@ namespace characterstr {
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __CHARACTER_STRING_H #endif // CHARACTER_STRING_H

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __EDNS_H #ifndef EDNS_H
#define __EDNS_H 1 #define EDNS_H 1
#include <stdint.h> #include <stdint.h>
@@ -438,7 +438,7 @@ EDNS* createEDNSFromRR(const Name& name, const RRClass& rrclass,
std::ostream& operator<<(std::ostream& os, const EDNS& edns); std::ostream& operator<<(std::ostream& os, const EDNS& edns);
} }
} }
#endif // __EDNS_H #endif // EDNS_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -17,8 +17,8 @@
// style for the header guide (e.g. module-name_file-name_H) throughout the // style for the header guide (e.g. module-name_file-name_H) throughout the
// package. // package.
#ifndef __DNS_EXCEPTIONS_H #ifndef DNS_EXCEPTIONS_H
#define __DNS_EXCEPTIONS_H 1 #define DNS_EXCEPTIONS_H 1
#include <exceptions/exceptions.h> #include <exceptions/exceptions.h>
@@ -52,7 +52,7 @@ public:
}; };
} }
} }
#endif // __DNS_EXCEPTIONS_H #endif // DNS_EXCEPTIONS_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __LABELSEQUENCE_H #ifndef LABELSEQUENCE_H
#define __LABELSEQUENCE_H 1 #define LABELSEQUENCE_H 1
#include <dns/name.h> #include <dns/name.h>
#include <util/buffer.h> #include <util/buffer.h>

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MASTERLOAD_H #ifndef MASTERLOAD_H
#define __MASTERLOAD_H 1 #define MASTERLOAD_H 1
#include <iosfwd> #include <iosfwd>
@@ -244,7 +244,7 @@ void masterLoad(std::istream& input, const Name& origin,
//@} //@}
} }
#endif // __MASTERLOAD_H #endif // MASTERLOAD_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MESSAGE_H #ifndef MESSAGE_H
#define __MESSAGE_H 1 #define MESSAGE_H 1
#include <stdint.h> #include <stdint.h>
@@ -687,7 +687,7 @@ typedef boost::shared_ptr<const Message> ConstMessagePtr;
std::ostream& operator<<(std::ostream& os, const Message& message); std::ostream& operator<<(std::ostream& os, const Message& message);
} }
} }
#endif // __MESSAGE_H #endif // MESSAGE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __MESSAGERENDERER_H #ifndef MESSAGERENDERER_H
#define __MESSAGERENDERER_H 1 #define MESSAGERENDERER_H 1
#include <util/buffer.h> #include <util/buffer.h>
@@ -397,7 +397,7 @@ private:
}; };
} }
} }
#endif // __MESSAGERENDERER_H #endif // MESSAGERENDERER_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __NAME_H #ifndef NAME_H
#define __NAME_H 1 #define NAME_H 1
#include <stdint.h> #include <stdint.h>
@@ -724,7 +724,7 @@ operator<<(std::ostream& os, const Name& name);
} }
} }
#endif // __NAME_H #endif // NAME_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __NAME_INTERNAL_H #ifndef NAME_INTERNAL_H
#define __NAME_INTERNAL_H 1 #define NAME_INTERNAL_H 1
// This is effectively a "private" namespace for the Name class implementation, // This is effectively a "private" namespace for the Name class implementation,
// but exposed publicly so the definitions in it can be shared with other // but exposed publicly so the definitions in it can be shared with other
@@ -36,7 +36,7 @@ extern const uint8_t maptolower[];
} // end of name } // end of name
} // end of dns } // end of dns
} // end of isc } // end of isc
#endif // __NAME_INTERNAL_H #endif // NAME_INTERNAL_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __NSEC3HASH_H #ifndef NSEC3HASH_H
#define __NSEC3HASH_H 1 #define NSEC3HASH_H 1
#include <string> #include <string>
#include <vector> #include <vector>
@@ -276,7 +276,7 @@ void setNSEC3HashCreator(const NSEC3HashCreator* new_creator);
} }
} }
#endif // __NSEC3HASH_H #endif // NSEC3HASH_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -18,8 +18,8 @@
#include <ostream> #include <ostream>
#ifndef __OPCODE_H #ifndef OPCODE_H
#define __OPCODE_H 1 #define OPCODE_H 1
namespace isc { namespace isc {
namespace dns { namespace dns {

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_EDNS_H #ifndef PYTHON_EDNS_H
#define __PYTHON_EDNS_H 1 #define PYTHON_EDNS_H 1
#include <Python.h> #include <Python.h>
@@ -57,7 +57,7 @@ const EDNS& PyEDNS_ToEDNS(const PyObject* edns_obj);
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_EDNS_H #endif // PYTHON_EDNS_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_MESSAGE_H #ifndef PYTHON_MESSAGE_H
#define __PYTHON_MESSAGE_H 1 #define PYTHON_MESSAGE_H 1
#include <Python.h> #include <Python.h>
@@ -33,7 +33,7 @@ extern PyTypeObject message_type;
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_MESSAGE_H #endif // PYTHON_MESSAGE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_MESSAGERENDERER_H #ifndef PYTHON_MESSAGERENDERER_H
#define __PYTHON_MESSAGERENDERER_H 1 #define PYTHON_MESSAGERENDERER_H 1
#include <Python.h> #include <Python.h>
@@ -50,7 +50,7 @@ MessageRenderer& PyMessageRenderer_ToMessageRenderer(PyObject* messagerenderer_o
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_MESSAGERENDERER_H #endif // PYTHON_MESSAGERENDERER_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_NAME_H #ifndef PYTHON_NAME_H
#define __PYTHON_NAME_H 1 #define PYTHON_NAME_H 1
#include <Python.h> #include <Python.h>
@@ -74,7 +74,7 @@ const Name& PyName_ToName(const PyObject* name_obj);
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_NAME_H #endif // PYTHON_NAME_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_NSEC3HASH_H #ifndef PYTHON_NSEC3HASH_H
#define __PYTHON_NSEC3HASH_H 1 #define PYTHON_NSEC3HASH_H 1
#include <Python.h> #include <Python.h>
@@ -40,7 +40,7 @@ bool initModulePart_NSEC3Hash(PyObject* mod);
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_NSEC3HASH_H #endif // PYTHON_NSEC3HASH_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_OPCODE_H #ifndef PYTHON_OPCODE_H
#define __PYTHON_OPCODE_H 1 #define PYTHON_OPCODE_H 1
#include <Python.h> #include <Python.h>
@@ -57,7 +57,7 @@ const Opcode& PyOpcode_ToOpcode(const PyObject* opcode_obj);
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_OPCODE_H #endif // PYTHON_OPCODE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __LIBDNS_PYTHON_COMMON_H #ifndef LIBDNS_PYTHON_COMMON_H
#define __LIBDNS_PYTHON_COMMON_H 1 #define LIBDNS_PYTHON_COMMON_H 1
#include <Python.h> #include <Python.h>
@@ -106,7 +106,7 @@ convertToPyHash(HashvalType val) {
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __LIBDNS_PYTHON_COMMON_H #endif // LIBDNS_PYTHON_COMMON_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __LIBDNS_PYTHON_TOWIRE_H #ifndef LIBDNS_PYTHON_TOWIRE_H
#define __LIBDNS_PYTHON_TOWIRE_H 1 #define LIBDNS_PYTHON_TOWIRE_H 1
#include <Python.h> #include <Python.h>
@@ -120,7 +120,7 @@ toWireWrapper(const PYSTRUCT* const self, PyObject* args) {
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __LIBDNS_PYTHON_TOWIRE_H #endif // LIBDNS_PYTHON_TOWIRE_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE. // PERFORMANCE OF THIS SOFTWARE.
#ifndef __PYTHON_QUESTION_H #ifndef PYTHON_QUESTION_H
#define __PYTHON_QUESTION_H 1 #define PYTHON_QUESTION_H 1
#include <Python.h> #include <Python.h>
@@ -59,7 +59,7 @@ const Question& PyQuestion_ToQuestion(const PyObject* question_obj);
} // namespace python } // namespace python
} // namespace dns } // namespace dns
} // namespace isc } // namespace isc
#endif // __PYTHON_QUESTION_H #endif // PYTHON_QUESTION_H
// Local Variables: // Local Variables:
// mode: c++ // mode: c++

Some files were not shown because too many files have changed in this diff Show More