src/simulator/time.cc
changeset 2947 b0fec3381418
parent 2577 5b41cb5c3fcf
child 2953 db884a56c5c1
equal deleted inserted replaced
2946:14194a052b7d 2947:b0fec3381418
   310     }
   310     }
   311   *this = v->Get ();
   311   *this = v->Get ();
   312 }
   312 }
   313 TimeUnit<1>::operator Attribute () const
   313 TimeUnit<1>::operator Attribute () const
   314 {
   314 {
   315   return Attribute::Create<TimeValue> (*this);
   315   return Attribute (ns3::Create<TimeValue> (*this));
   316 }
   316 }
   317 
   317 
   318 ATTRIBUTE_VALUE_IMPLEMENT (Time);
   318 ATTRIBUTE_VALUE_IMPLEMENT (Time);
   319 ATTRIBUTE_CHECKER_IMPLEMENT (Time);
   319 ATTRIBUTE_CHECKER_IMPLEMENT (Time);
   320 
   320