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

« back to all changes in this revision

Viewing changes to src/i_poll_events.hpp

  • 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:
28
28
 
29
29
    struct i_poll_events
30
30
    {
31
 
        virtual ~i_poll_events () {};
 
31
        virtual ~i_poll_events () {}
32
32
 
33
33
        // Called by I/O thread when file descriptor is ready for reading.
34
34
        virtual void in_event () = 0;