Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
059a2a17
Commit
059a2a17
authored
Oct 25, 2012
by
Mukund Sivaraman
Browse files
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
parent
6d135861
Changes
250
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/auth_config.h
View file @
059a2a17
...
...
@@ -18,8 +18,8 @@
#include <cc/data.h>
#ifndef
__
CONFIG_H
#define
__
CONFIG_H 1
#ifndef CONFIG_H
#define CONFIG_H 1
class
AuthSrv
;
...
...
@@ -195,7 +195,7 @@ void configureAuthServer(AuthSrv& server,
AuthConfigParser
*
createAuthConfigParser
(
AuthSrv
&
server
,
const
std
::
string
&
config_id
);
#endif //
__
CONFIG_H
#endif // CONFIG_H
// Local Variables:
// mode: c++
...
...
src/bin/auth/auth_log.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
AUTH_LOG_
_
H
#define
__
AUTH_LOG_
_
H
#ifndef AUTH_LOG_H
#define AUTH_LOG_H
#include <log/macros.h>
#include <auth/auth_messages.h>
...
...
@@ -53,4 +53,4 @@ extern isc::log::Logger auth_logger;
}
// namespace nsas
}
// namespace isc
#endif //
__
AUTH_LOG_
_
H
#endif // AUTH_LOG_H
src/bin/auth/auth_srv.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
AUTH_SRV_H
#define
__
AUTH_SRV_H 1
#ifndef AUTH_SRV_H
#define AUTH_SRV_H 1
#include <config/ccsession.h>
...
...
@@ -328,7 +328,7 @@ private:
isc
::
asiodns
::
DNSServiceBase
*
dnss_
;
};
#endif //
__
AUTH_SRV_H
#endif // AUTH_SRV_H
// Local Variables:
// mode: c++
...
...
src/bin/auth/command.h
View file @
059a2a17
...
...
@@ -16,8 +16,8 @@
#include <cc/data.h>
#ifndef
__
COMMAND_H
#define
__
COMMAND_H 1
#ifndef COMMAND_H
#define COMMAND_H 1
class
AuthSrv
;
...
...
@@ -54,7 +54,7 @@ isc::data::ConstElementPtr
execAuthServerCommand
(
AuthSrv
&
server
,
const
std
::
string
&
command_id
,
isc
::
data
::
ConstElementPtr
args
);
#endif //
__
COMMAND_H
#endif // COMMAND_H
// Local Variables:
// mode: c++
...
...
src/bin/auth/common.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
COMMON_H
#define
__
COMMON_H 1
#ifndef COMMON_H
#define COMMON_H 1
#include <stdexcept>
#include <string>
...
...
@@ -62,7 +62,7 @@ extern const char* const AUTH_NAME;
/// This is sent to interested modules (currently only b10-ddns)
extern
const
char
*
const
AUTH_STARTED_NOTIFICATION
;
#endif //
__
COMMON_H
#endif // COMMON_H
// Local Variables:
// mode: c++
...
...
src/bin/auth/statistics.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
STATISTICS_H
#define
__
STATISTICS_H 1
#ifndef STATISTICS_H
#define STATISTICS_H 1
#include <dns/opcode.h>
#include <dns/rcode.h>
...
...
@@ -178,7 +178,7 @@ public:
void
registerStatisticsValidator
(
AuthCounters
::
validator_type
validator
)
const
;
};
#endif //
__
STATISTICS_H
#endif // STATISTICS_H
// Local Variables:
// mode: c++
...
...
src/bin/auth/tests/datasrc_util.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
AUTH_DATA_SOURCE_UTIL_H
#define
__
AUTH_DATA_SOURCE_UTIL_H 1
#ifndef AUTH_DATA_SOURCE_UTIL_H
#define AUTH_DATA_SOURCE_UTIL_H 1
#include <dns/name.h>
#include <dns/rrclass.h>
...
...
@@ -51,7 +51,7 @@ createSQLite3DB(dns::RRClass zclass, const dns::Name& zname,
}
// end of auth
}
// end of isc
#endif //
__
AUTH_DATA_SOURCE_UTIL_H
#endif // AUTH_DATA_SOURCE_UTIL_H
// Local Variables:
// mode: c++
...
...
src/bin/dhcp4/dhcp4_log.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
DHCP4_LOG_
_
H
#define
__
DHCP4_LOG_
_
H
#ifndef DHCP4_LOG_H
#define DHCP4_LOG_H
#include <log/macros.h>
#include <log/logger_support.h>
...
...
@@ -56,4 +56,4 @@ extern isc::log::Logger dhcp4_logger;
}
// namespace dhcp4
}
// namespace isc
#endif //
__
DHCP4_LOG_
_
H
#endif // DHCP4_LOG_H
src/bin/dhcp6/dhcp6_log.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
DHCP6_LOG_
_
H
#define
__
DHCP6_LOG_
_
H
#ifndef DHCP6_LOG_H
#define DHCP6_LOG_H
#include <log/macros.h>
#include <log/logger_support.h>
...
...
@@ -56,4 +56,4 @@ extern isc::log::Logger dhcp6_logger;
}
// namespace dhcp6
}
// namespace isc
#endif //
__
DHCP6_LOG_
_
H
#endif // DHCP6_LOG_H
src/bin/resolver/resolver.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
RESOLVER_H
#define
__
RESOLVER_H 1
#ifndef RESOLVER_H
#define RESOLVER_H 1
#include <string>
#include <vector>
...
...
@@ -266,7 +266,7 @@ private:
isc
::
cache
::
ResolverCache
*
cache_
;
};
#endif //
__
RESOLVER_H
#endif // RESOLVER_H
// Local Variables:
// mode: c++
...
...
src/bin/resolver/resolver_log.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
RESOLVER_LOG_
_
H
#define
__
RESOLVER_LOG_
_
H
#ifndef RESOLVER_LOG_H
#define RESOLVER_LOG_H
#include <log/macros.h>
#include "resolver_messages.h"
...
...
@@ -46,4 +46,4 @@ const int RESOLVER_DBG_DETAIL = DBGLVL_TRACE_DETAIL_DATA;
/// space.
extern
isc
::
log
::
Logger
resolver_logger
;
#endif //
__
RESOLVER_LOG_
_
H
#endif // RESOLVER_LOG_H
src/bin/resolver/response_scrubber.h
View file @
059a2a17
...
...
@@ -14,8 +14,8 @@
// $Id$
#ifndef
__
RESPONSE_SCRUBBER_H
#define
__
RESPONSE_SCRUBBER_H
#ifndef RESPONSE_SCRUBBER_H
#define RESPONSE_SCRUBBER_H
/// \page DataScrubbing Data Scrubbing
/// \section DataScrubbingIntro Introduction
...
...
@@ -419,4 +419,4 @@ public:
}
};
#endif //
__
RESPONSE_SCRUBBER_H
#endif // RESPONSE_SCRUBBER_H
src/bin/sockcreator/sockcreator.h
View file @
059a2a17
...
...
@@ -18,8 +18,8 @@
/// This module holds the functionality of the socket creator. It is a separate
/// module from main to make testing easier.
#ifndef
__
SOCKCREATOR_H
#define
__
SOCKCREATOR_H 1
#ifndef SOCKCREATOR_H
#define SOCKCREATOR_H 1
#include <util/io/fd_share.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 ISC
#endif //
__
SOCKCREATOR_H
#endif // SOCKCREATOR_H
src/lib/acl/dnsname_check.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
DNSNAME_CHECK_H
#define
__
DNSNAME_CHECK_H 1
#ifndef DNSNAME_CHECK_H
#define DNSNAME_CHECK_H 1
#include <dns/name.h>
...
...
@@ -76,7 +76,7 @@ private:
}
// namespace acl
}
// namespace isc
#endif //
__
DNSNAME_CHECK_H
#endif // DNSNAME_CHECK_H
// Local Variables:
// mode: c++
...
...
src/lib/acl/ip_check.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
IP_CHECK_H
#define
__
IP_CHECK_H
#ifndef IP_CHECK_H
#define IP_CHECK_H
#include <sys/socket.h>
...
...
@@ -410,7 +410,7 @@ const size_t IPCheck<Context>::IPV4_SIZE;
}
// namespace acl
}
// namespace isc
#endif //
__
IP_CHECK_H
#endif // IP_CHECK_H
// Local Variables:
// mode: c++
...
...
src/lib/acl/tests/sockaddr.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
ACL_TEST_SOCKADDR_H
#define
__
ACL_TEST_SOCKADDR_H 1
#ifndef ACL_TEST_SOCKADDR_H
#define ACL_TEST_SOCKADDR_H 1
#include <sys/types.h>
#include <sys/socket.h>
...
...
@@ -62,7 +62,7 @@ getSockAddr(const char* const addr) {
}
// end of namespace "acl"
}
// end of namespace "isc"
#endif //
__
ACL_TEST_SOCKADDR_H
#endif // ACL_TEST_SOCKADDR_H
// Local Variables:
// mode: c++
...
...
src/lib/asiodns/asiodns.h
View file @
059a2a17
...
...
@@ -12,12 +12,12 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
ASIODNS_H
#define
__
ASIODNS_H 1
#ifndef ASIODNS_H
#define ASIODNS_H 1
#include <asiodns/dns_service.h>
#include <asiodns/dns_server.h>
#include <asiodns/dns_lookup.h>
#include <asiodns/dns_answer.h>
#endif //
__
ASIODNS_H
#endif // ASIODNS_H
src/lib/asiodns/dns_answer.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
ASIOLINK_DNS_ANSWER_H
#define
__
ASIOLINK_DNS_ANSWER_H 1
#ifndef ASIOLINK_DNS_ANSWER_H
#define ASIOLINK_DNS_ANSWER_H 1
#include <asiolink/io_message.h>
#include <util/buffer.h>
...
...
@@ -74,4 +74,4 @@ public:
}
// namespace asiodns
}
// namespace isc
#endif //
__
ASIOLINK_DNS_ANSWER_H
#endif // ASIOLINK_DNS_ANSWER_H
src/lib/asiodns/dns_lookup.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
ASIOLINK_DNS_LOOKUP_H
#define
__
ASIOLINK_DNS_LOOKUP_H 1
#ifndef ASIOLINK_DNS_LOOKUP_H
#define ASIOLINK_DNS_LOOKUP_H 1
#include <asiolink/io_message.h>
#include <asiodns/dns_server.h>
...
...
@@ -84,4 +84,4 @@ private:
}
// namespace asiodns
}
// namespace isc
#endif //
__
ASIOLINK_DNS_LOOKUP_H
#endif // ASIOLINK_DNS_LOOKUP_H
src/lib/asiodns/dns_server.h
View file @
059a2a17
...
...
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef
__
ASIOLINK_DNS_SERVER_H
#define
__
ASIOLINK_DNS_SERVER_H 1
#ifndef ASIOLINK_DNS_SERVER_H
#define ASIOLINK_DNS_SERVER_H 1
#include <asiolink/io_message.h>
...
...
@@ -152,4 +152,4 @@ private:
}
// namespace asiodns
}
// namespace isc
#endif //
__
ASIOLINK_DNS_SERVER_H
#endif // ASIOLINK_DNS_SERVER_H
Prev
1
2
3
4
5
…
13
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment