// connect.h
//

class CHost;

HRESULT Connect (CHost& host, INT port, bool& bRet);
