1 #ifndef SRC_CONNECT_WRAP_H_ 2 #define SRC_CONNECT_WRAP_H_ 4 #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS 13 class ConnectWrap :
public ReqWrap<uv_connect_t> {
15 ConnectWrap(Environment* env,
16 v8::Local<v8::Object> req_wrap_obj,
17 AsyncWrap::ProviderType provider);
20 size_t self_size()
const override {
return sizeof(*this); }
25 #endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS 27 #endif // SRC_CONNECT_WRAP_H_