| 68 | } |
| 69 | |
| 70 | boost::optional<WorkspaceObject> Component_Impl::addObject(const IdfObject& /*idfObject*/) { |
| 71 | return boost::none; |
| 72 | } |
| 73 | |
| 74 | boost::optional<WorkspaceObject> Component_Impl::insertObject(const IdfObject& /*idfObject*/) { |
| 75 | return boost::none; |
no outgoing calls