Skip to content

Commit

Permalink
Updating the ipc client based on the new framework
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Apr 17, 2024
1 parent e196690 commit af403df
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions test/xipc_client.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/***************************************************************************
* Copyright (c) 2016, Johan Mabille and Sylvain Corlay *
* *
* Distributed under the terms of the BSD 3-Clause License. *
* *
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/

#ifndef XEUS_IPC_CLIENT_HPP
#define XEUS_IPC_CLIENT_HPP

#include "xeus-zmq/xclient_zmq.hpp"

namespace xeus
{
class xipc_client : public xclient_zmq
{

public:

// TODO

private:

// TODO
};
}

#endif

0 comments on commit af403df

Please sign in to comment.