]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Add comment that the string returned by getImplType() should match the one...
authorMukund Sivaraman <muks@isc.org>
Wed, 15 May 2013 14:23:58 +0000 (19:53 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 20 May 2013 06:46:21 +0000 (12:16 +0530)
src/lib/datasrc/memory/zone_table_segment.h

index 4761c46b813020c96cc60c44b74be98cc59c23e3..5c4bdd423f14f1558c4fe92027c3a0c9c5c1d61d 100644 (file)
@@ -128,6 +128,10 @@ public:
     /// \brief Return a string name for the \c ZoneTableSegment
     /// implementation.
     ///
+    /// Implementations of this method should ensure that the returned
+    /// string is identical to the corresponding string passed to
+    /// \c ZoneTableSegment::create() for that implementation.
+    ///
     /// \throw None This method's implementations must be
     /// exception-free.
     virtual const std::string& getImplType() const = 0;