[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] timer



Hi

  Make sure,
Have you initialized the member valiable proxy_timer_
with ProxyAgent instance, shown below?

ProxyAgent::ProxyAgent () : proxy_timer_(this)
{
  // other initializations.
}

-- 
Toshikazu Ichikawa <[email protected]>