mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-16 11:01:53 +08:00
removed exception specifications. thread exceptions weren't
being listed and they'd have to be added to every one. just doesn't seem worth the trouble.
This commit is contained in:
@@ -13,8 +13,8 @@ class CTCPSocketFactory : public ISocketFactory {
|
||||
// accessors
|
||||
|
||||
// ISocketFactory overrides
|
||||
virtual ISocket* create() const throw(XSocket);
|
||||
virtual IListenSocket* createListen() const throw(XSocket);
|
||||
virtual ISocket* create() const;
|
||||
virtual IListenSocket* createListen() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user