From 7e773082ae670e59b6cffd89d10d5576188bd5e8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 16 Apr 2015 21:02:03 -0700 Subject: [PATCH] SetGroupName for config-store module --- src/config-store/model/config-store.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config-store/model/config-store.cc b/src/config-store/model/config-store.cc index 3c9f46232..a3df56584 100644 --- a/src/config-store/model/config-store.cc +++ b/src/config-store/model/config-store.cc @@ -29,6 +29,7 @@ ConfigStore::GetTypeId (void) { static TypeId tid = TypeId ("ns3::ConfigStore") .SetParent () + .SetGroupName ("ConfigStore") .AddAttribute ("Mode", "Configuration mode", EnumValue (ConfigStore::NONE),