Skip to content

Commit

Permalink
Made some methods public for documentation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 7, 2023
1 parent 99400da commit 8dfe596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions include/wrench/execution_controller/ExecutionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,13 @@ namespace wrench {

void setDaemonized(bool daemonized);

protected:
ExecutionController(
const std::string &hostname,
const std::string &suffix);


void setTimer(double date, std::string message);

protected:

private:
friend class Simulation;
Expand Down
2 changes: 1 addition & 1 deletion src/wrench/execution_controller/ExecutionController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace wrench {
}

/**
* @brief Wait for an execution event
* @brief Wait for an execution event with a timeout
* @param timeout: a timeout value in seconds
* @return the event
*/
Expand Down

0 comments on commit 8dfe596

Please sign in to comment.