[svn] commit: r3798 - /branches/trac408/src/lib/nsas/fetchable.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Dec 11 10:40:23 UTC 2010
Author: vorner
Date: Sat Dec 11 10:40:22 2010
New Revision: 3798
Log:
Fetchable simplification
Modified:
branches/trac408/src/lib/nsas/fetchable.h
Modified: branches/trac408/src/lib/nsas/fetchable.h
==============================================================================
--- branches/trac408/src/lib/nsas/fetchable.h (original)
+++ branches/trac408/src/lib/nsas/fetchable.h Sat Dec 11 10:40:22 2010
@@ -48,12 +48,8 @@
};
/// \short Constructors
//@{
- /// This creates the Fetchable object in NOT_ASKED state.
- Fetchable() :
- state_(NOT_ASKED)
- { }
/// This creates the Fetchable object in the given state.
- Fetchable(State state) :
+ Fetchable(State state = NOT_ASKED) :
state_(state)
{ }
//@}
More information about the bind10-changes
mailing list