src/core/object-vector.cc
changeset 2407 a39f985b9936
parent 2405 17f406c71505
child 2423 5609a96df2f6
equal deleted inserted replaced
2406:c54440da3228 2407:a39f985b9936
    56   return PValue::Create<ObjectVectorValue> (*this);
    56   return PValue::Create<ObjectVectorValue> (*this);
    57 }
    57 }
    58 std::string 
    58 std::string 
    59 ObjectVectorValue::SerializeToString (Ptr<const ParamSpec> spec) const
    59 ObjectVectorValue::SerializeToString (Ptr<const ParamSpec> spec) const
    60 {
    60 {
       
    61   // XXX
    61   return "";
    62   return "";
    62 }
    63 }
    63 bool 
    64 bool 
    64 ObjectVectorValue::DeserializeFromString (std::string value, Ptr<const ParamSpec> spec)
    65 ObjectVectorValue::DeserializeFromString (std::string value, Ptr<const ParamSpec> spec)
    65 {
    66 {
       
    67   // XXX ?? Can we implement this correctly ?? I doubt it very much.
    66   return true;
    68   return true;
    67 }
    69 }
    68 
    70 
    69 bool 
    71 bool 
    70 ObjectVectorParamSpec::Set (ObjectBase * object, PValue value) const
    72 ObjectVectorParamSpec::Set (ObjectBase * object, PValue value) const