Move Socket::*Stream > Util::Stream::*

This commit is contained in:
Peter Wu 2012-08-30 12:23:40 +02:00
parent a995e7215d
commit 9c0aa93bfd
5 changed files with 87 additions and 48 deletions

View file

@ -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);
};