~ubuntu-branches/ubuntu/trusty/zeromq3/trusty

« back to all changes in this revision

Viewing changes to src/pub.hpp

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-12 10:53:58 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120612105358-irh7e8ivwc4566fi
Tags: 3.2.0~rc1+dfsg-1
* New upstream RC release
* Use repack.{local,stub} instead of get-orig-source rule
* Add 01_fix-unused-variable-error.patch
* Remove build dependency on uuid-dev (no more needed)
* Add 02_check-ifdef-SO_NOSIGPIPE.patch to fix kfreebsd build
* Add 03_fix-test_shutdown_stress-segfault.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
 
2
    Copyright (c) 2007-2012 iMatix Corporation
2
3
    Copyright (c) 2009-2011 250bpm s.r.o.
3
 
    Copyright (c) 2007-2009 iMatix Corporation
4
4
    Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
5
5
 
6
6
    This file is part of 0MQ.
36
36
    {
37
37
    public:
38
38
 
39
 
        pub_t (zmq::ctx_t *parent_, uint32_t tid_);
 
39
        pub_t (zmq::ctx_t *parent_, uint32_t tid_, int sid_);
40
40
        ~pub_t ();
41
41
 
42
42
        //  Implementations of virtual functions from socket_base_t.
55
55
 
56
56
        pub_session_t (zmq::io_thread_t *io_thread_, bool connect_,
57
57
            zmq::socket_base_t *socket_, const options_t &options_,
58
 
            const char *protocol_, const char *address_);
 
58
            const address_t *addr_);
59
59
        ~pub_session_t ();
60
60
 
61
61
    private: