Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions include/xinterpreter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ namespace xeus_ocaml
nl::json inspect_request_impl(const std::string& code, int cursor_pos, int detail_level) override;
nl::json is_complete_request_impl(const std::string& code) override;
nl::json kernel_info_request_impl() override;
void shutdown_request_impl() override;
nl::json shutdown_request_impl(bool restart) override;
nl::json interrupt_request_impl() override;

/**
* @brief Discovers the kernel's root URL at runtime.
Expand Down Expand Up @@ -118,4 +119,4 @@ namespace xeus_ocaml
};
}

#endif // XEUS_OCAML_INTERPRETER_HPP
#endif // XEUS_OCAML_INTERPRETER_HPP
Loading
Loading