Refactor SocketWrapper

This commit is contained in:
Vinnie Falco
2013-08-15 12:36:02 -07:00
parent 69f0eb109f
commit cc133ccc4c
6 changed files with 509 additions and 501 deletions

View File

@@ -24,7 +24,8 @@
*/
class SocketWrapperBasics
{
protected:
public:
#if 0
/** Template specialization to determine available interfaces. */
template <typename Object>
struct InterfacesOf
@@ -129,6 +130,7 @@ protected:
{
};
#endif
#endif
};
#endif