Skip to content

Commit

Permalink
Assigned to-do to new maintainer.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com>
  • Loading branch information
ralph-lange committed Feb 15, 2025
1 parent f187669 commit 90d05d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmi_adapter/src/fmi_adapter/FMIAdapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ FMIAdapter::~FMIAdapter()
delete static_cast<fmi2_callback_functions_t *>(fmiCallbacks_);

if (removeTmpPathInDtor_) {
// TODO: Remove folder fmi_adapter_XXXXXX from /tmp.
// TODO(chrbertsch) Remove folder fmi_adapter_XXXXXX from /tmp.
// Such function is not provided by Posix or C++11/14.
// Possibly use boost::filesystem::remove_all. Then other
// filesystem functions used here and use of "/tmp" may be
Expand Down

0 comments on commit 90d05d6

Please sign in to comment.