Skip to content
Snippets Groups Projects
Commit 802d938f authored by Christian Nowke's avatar Christian Nowke
Browse files

forward slot -> disconnect

parent 236ef0fd
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,11 @@ public: ...@@ -55,6 +55,11 @@ public:
slot_->connect( endpoint, slot_tag ); slot_->connect( endpoint, slot_tag );
} }
void disconnect( std::string const & endpoint, std::string const & slot_tag )
{
slot_->disconnect( nett::slot_address( endpoint, slot_tag ) );
}
std::string receive() std::string receive()
{ {
event_type message; event_type message;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment