예제 #1
0
파일: EndpointI.cpp 프로젝트: 465060874/ice
IceSSL::EndpointI::EndpointI(const InstancePtr& instance) :
    IceInternal::IPEndpointI(instance),
    _instance(instance),
    _timeout(instance->defaultTimeout()),
    _compress(false)
{
}
예제 #2
0
파일: EndpointI.cpp 프로젝트: hyperfact/ice
IceBT::EndpointI::EndpointI(const InstancePtr& instance) :
    _instance(instance),
    _channel(0),
    _timeout(instance->defaultTimeout()),
    _compress(false),
    _hashValue(0),
    _connectPending(false)
{
}