update tutorial documentation for SetGroupName

This commit is contained in:
Tom Henderson
2015-03-27 10:03:43 -07:00
parent 4772204a59
commit 447e418d6c
2 changed files with 2 additions and 0 deletions

View File

@@ -365,6 +365,7 @@ simple Object we can work with.
{
static TypeId tid = TypeId ("MyObject")
.SetParent (Object::GetTypeId ())
.SetGroupName ("MyGroup")
.AddConstructor<MyObject> ()
.AddTraceSource ("MyInteger",
"An integer value to trace.",