~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to doc/zmq_cpp.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
 
169
169
Input/output multiplexing
170
170
~~~~~~~~~~~~~~~~~~~~~~~~~
 
171
 
 
172
[verse]
 
173
*int poll (zmq_pollitem_t *items, int nitems, long timeout = -1)*
 
174
 
171
175
The _poll()_ function is a namespaced equivalent of the _zmq_poll()_ function,
172
176
as described in linkzmq:zmq_poll[3].
173
177