remove unneeded TypeId::ATTR_GET

This commit is contained in:
Nicola Baldo
2012-03-08 14:22:52 +01:00
parent cb4681c44b
commit d41f176d77

View File

@@ -55,7 +55,6 @@ Building::GetTypeId (void)
MakeUintegerAccessor (&Building::GetNFloors, &Building::SetNFloors),
MakeUintegerChecker<uint32_t> ())
.AddAttribute ("Id", "The id (unique integer) of this Building.",
TypeId::ATTR_GET,
UintegerValue (0),
MakeUintegerAccessor (&Building::GetId),
MakeUintegerChecker<uint32_t> ())