SetGroupName for config-store module
authorTom Henderson <tomh@tomh.org>
Thu, 16 Apr 2015 21:02:03 -0700
changeset 11328 b259159ba031
parent 11327 b037d8251936
child 11329 face9fc1cceb
SetGroupName for config-store module
src/config-store/model/config-store.cc
--- a/src/config-store/model/config-store.cc	Thu Apr 16 20:58:18 2015 -0700
+++ b/src/config-store/model/config-store.cc	Thu Apr 16 21:02:03 2015 -0700
@@ -29,6 +29,7 @@
 {
   static TypeId tid = TypeId ("ns3::ConfigStore")
     .SetParent<ObjectBase> ()
+    .SetGroupName ("ConfigStore")
     .AddAttribute ("Mode", 
                    "Configuration mode",
                    EnumValue (ConfigStore::NONE),