예제 #1
0
파일: connection.hpp 프로젝트: ablochs/fix8
	/*! Check if the writer will block
	    \param ts timeout
	    \return true if won't block */
	bool writer_poll(const Poco::Timespan &ts = Poco::Timespan()) const { return _writer.poll(ts); }
예제 #2
0
	/*! Check if the writer will block
	    \return true if won't block */
	bool writer_poll() const { return _writer.poll(); }