src/core/object-vector.cc
changeset 2947 b0fec3381418
parent 2933 c7983cfa2cb3
child 2950 9e20fb862cd8
--- a/src/core/object-vector.cc	Thu Apr 10 12:59:15 2008 -0700
+++ b/src/core/object-vector.cc	Thu Apr 10 12:59:31 2008 -0700
@@ -38,7 +38,7 @@
 
 ObjectVector::operator Attribute () const
 {
-  return Attribute::Create<ObjectVectorValue> ();
+  return Attribute (ns3::Create<ObjectVectorValue> ());
 }
 
 ObjectVectorValue::ObjectVectorValue ()
@@ -58,7 +58,7 @@
 Attribute 
 ObjectVectorValue::Copy (void) const
 {
-  return Attribute::Create<ObjectVectorValue> (*this);
+  return Attribute (ns3::Create<ObjectVectorValue> (*this));
 }
 std::string 
 ObjectVectorValue::SerializeToString (Ptr<const AttributeChecker> checker) const