equal
deleted
inserted
replaced
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 |