| 110 | }; |
| 111 | |
| 112 | class TestValueTypedProxyObject : public ValueTypedProxyObject { |
| 113 | public: |
| 114 | explicit TestValueTypedProxyObject(const Ref<ValueTypedObject>& typedObject) : ValueTypedProxyObject(typedObject) {} |
| 115 | std::string_view getType() const final { |
| 116 | return "Test Proxy"; |
| 117 | } |