BIND 10 trac3007, updated. e773dac499b952107dfc5e34290ec421b8bbf7c6 [3007] Trivial: fixed whitespaces in ncr_msg.cc.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 2 14:22:38 UTC 2013
The branch, trac3007 has been updated
via e773dac499b952107dfc5e34290ec421b8bbf7c6 (commit)
from 1a0742f1fd61234a6ec395729b0c4c4cad64aaac (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 e773dac499b952107dfc5e34290ec421b8bbf7c6
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Jul 2 16:22:17 2013 +0200
[3007] Trivial: fixed whitespaces in ncr_msg.cc.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/ncr_msg.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/ncr_msg.cc b/src/bin/d2/ncr_msg.cc
index 3a0e5e6..c1254cb 100644
--- a/src/bin/d2/ncr_msg.cc
+++ b/src/bin/d2/ncr_msg.cc
@@ -385,7 +385,7 @@ NameChangeRequest::getLeaseExpiresOnStr() const {
return (to_iso_string(*lease_expires_on_));
}
-void
+void
NameChangeRequest::setLeaseExpiresOn(const std::string& value) {
try {
// Create a new ptime instance from the ISO date-time string in value
@@ -400,7 +400,7 @@ NameChangeRequest::setLeaseExpiresOn(const std::string& value) {
}
-void
+void
NameChangeRequest::setLeaseExpiresOn(const boost::posix_time::ptime& value) {
if (lease_expires_on_->is_not_a_date_time()) {
isc_throw(NcrMessageError, "Invalid value for lease_expires_on");
More information about the bind10-changes
mailing list