mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[master] Trivial comment fix
This commit is contained in:
@@ -111,7 +111,7 @@ typedef boost::shared_ptr<ClientClassDef> ClientClassDefPtr;
|
|||||||
/// @brief Defines a map of ClientClassDef's, keyed by the class name.
|
/// @brief Defines a map of ClientClassDef's, keyed by the class name.
|
||||||
typedef std::map<std::string,ClientClassDefPtr> ClientClassDefMap;
|
typedef std::map<std::string,ClientClassDefPtr> ClientClassDefMap;
|
||||||
|
|
||||||
/// @brief Defines a pointer to a ClientClassDictionary
|
/// @brief Defines a pointer to a ClientClassDefMap
|
||||||
typedef boost::shared_ptr<ClientClassDefMap> ClientClassDefMapPtr;
|
typedef boost::shared_ptr<ClientClassDefMap> ClientClassDefMapPtr;
|
||||||
|
|
||||||
/// @brief Maintains a list of ClientClassDef's
|
/// @brief Maintains a list of ClientClassDef's
|
||||||
|
Reference in New Issue
Block a user