FACT++  1.0
bool ConnectionGCN::IsValid ( )
inline

Definition at line 392 of file gcn.cc.

References Time::IsValid().

393  {
394  return fLastKeepAlive.IsValid() ? Time()-fLastKeepAlive<boost::posix_time::minutes(2) : false;
395  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30
Time fLastKeepAlive
Definition: gcn.cc:44
bool IsValid() const
Definition: Time.h:90

+ Here is the call graph for this function: