2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 23:45:27 +00:00

[2207] editorial: folded long lines

This commit is contained in:
JINMEI Tatuya
2012-10-17 11:38:54 -07:00
parent 399e4f0030
commit 7265ccb300

View File

@@ -53,8 +53,8 @@ public:
/// This calls the load_action (passed to constructor) and stores the /// This calls the load_action (passed to constructor) and stores the
/// data for future use. /// data for future use.
/// ///
/// \throw isc::InvalidOperation if it is called the second time in lifetime /// \throw isc::InvalidOperation if it is called the second time in
/// of the object. /// lifetime of the object.
/// \throw Whatever the load_action throws, it is propagated up. /// \throw Whatever the load_action throws, it is propagated up.
virtual void load(); virtual void load();
@@ -63,8 +63,8 @@ public:
/// It modifies the zone table accessible through the segment (passed to /// It modifies the zone table accessible through the segment (passed to
/// constructor). /// constructor).
/// ///
/// \throw isc::InvalidOperation if it is called the second time in lifetime /// \throw isc::InvalidOperation if it is called the second time in
/// of the object or if load() was not called previously or if /// lifetime of the object or if load() was not called previously or if
/// cleanup() was already called. /// cleanup() was already called.
virtual void install(); virtual void install();