]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1975] Docs: It is for single class only
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 12 Jun 2012 11:13:44 +0000 (13:13 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Tue, 12 Jun 2012 11:13:44 +0000 (13:13 +0200)
src/lib/datasrc/container.h

index cf40492c66a08384ece2527303cf0cac4d8c06c8..4ffe1b27738519bf0530a8458bf89f0c51032854 100644 (file)
@@ -39,6 +39,9 @@ typedef boost::shared_ptr<DataSourceClientContainer>
 /// The purpose of this class is to hold several data sources and search
 /// through them to find one containing a zone best matching a request.
 ///
+/// All the data source clients should be for the same class. If you need
+/// to handle multiple classes, you need to create multiple separate containers.
+///
 /// This is an abstract base class. It is not expected we would use multiple
 /// implementation inside the servers (but it is not forbidden either), we
 /// have it to allow easy testing. It is possible to create a mock-up class