Move Socket::*Stream > Util::Stream::*
This commit is contained in:
parent
a995e7215d
commit
9c0aa93bfd
5 changed files with 87 additions and 48 deletions
|
@ -85,11 +85,5 @@ namespace Socket{
|
|||
void close(); ///< Close connection.
|
||||
int getSocket(); ///< Returns internal socket number.
|
||||
};
|
||||
|
||||
/// Connect to a stream on the system.
|
||||
Connection getStream(std::string streamname);
|
||||
|
||||
/// Create a stream on the system.
|
||||
Server makeStream(std::string streamname);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue