diff options
author | Francis Dupont <fdupont@isc.org> | 2017-03-03 13:49:21 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2017-03-03 13:49:21 +0100 |
commit | f0c8777592592a1b8af80e29718e8932c83d792e (patch) | |
tree | 9ebd69e7e7f7237df8ec89dd16eab1d232b5dd58 /src/lib/dhcpsrv/libdhcpsrv.dox | |
parent | [1205a] Removed the flags parameter (diff) | |
download | kea-f0c8777592592a1b8af80e29718e8932c83d792e.tar.xz kea-f0c8777592592a1b8af80e29718e8932c83d792e.zip |
[1205a] Moved cfg_to_element.h to src/lib/cc
Diffstat (limited to 'src/lib/dhcpsrv/libdhcpsrv.dox')
-rw-r--r-- | src/lib/dhcpsrv/libdhcpsrv.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/libdhcpsrv.dox b/src/lib/dhcpsrv/libdhcpsrv.dox index 6f3eec57d5..7097b908aa 100644 --- a/src/lib/dhcpsrv/libdhcpsrv.dox +++ b/src/lib/dhcpsrv/libdhcpsrv.dox @@ -80,11 +80,11 @@ predecessor of the current configuration, the value of 2 identifies the one that occurred before it etc. All configuration classes are derived from the abstract base class -\ref isc::dhcp::CfgBase and define the unparse virtual method +\ref isc::data::CfgToElement and define the toElement virtual method which returns a \ref isc::data::ConstElementPtr which must be parsed into the same object, i.e. fullfil this property: @code -for all valid C: parse(unparse(parse(C))) == parse(C) +for all valid C: parse(parse(C)->toElement()) == parse(C) @endcode |