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

« back to all changes in this revision

Viewing changes to doc/zmq_cpp.7

  • 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:
2
2
.\"     Title: zmq_cpp
3
3
.\"    Author: [see the "AUTHORS" section]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 06/04/2010
 
5
.\"      Date: 09/06/2010
6
6
.\"    Manual: 0MQ Manual
7
 
.\"    Source: 0MQ 2.0.7
 
7
.\"    Source: 0MQ 2.0.9
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "ZMQ_CPP" "7" "06/04/2010" "0MQ 2\&.0\&.7" "0MQ Manual"
 
10
.TH "ZMQ_CPP" "7" "09/06/2010" "0MQ 2\&.0\&.9" "0MQ Manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
345
345
.RE
346
346
.SS "Input/output multiplexing"
347
347
.sp
 
348
.if n \{\
 
349
.RS 4
 
350
.\}
 
351
.nf
 
352
\fBint poll (zmq_pollitem_t *items, int nitems, long timeout = \-1)\fR
 
353
.fi
 
354
.if n \{\
 
355
.RE
 
356
.\}
 
357
.sp
348
358
The \fIpoll()\fR function is a namespaced equivalent of the \fIzmq_poll()\fR function, as described in \fBzmq_poll\fR(3)\&.
349
359
.if n \{\
350
360
.sp