Skip to content

Commit 2246642

Browse files
authored
Update xcomm.hpp
1 parent 7ea9444 commit 2246642

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/xcomm.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ namespace xeus_javascript
5454
void send(const nl::json& data, const nl::json& metadata, const em::val& buffers);
5555
void on_msg(const js_callback_type& callback);
5656
void on_close(const js_callback_type& callback);
57+
58+
static std::unique_ptr<MyClass> create(std::string target_name, nl::json extra_kwargs);
59+
5760

5861
private:
5962

0 commit comments

Comments
 (0)