mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
ICC related qualifier fix
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
This commit is contained in:
committed by
Martin Sustrik
parent
03a18c27ac
commit
e33e4d7650
1
AUTHORS
1
AUTHORS
@@ -32,6 +32,7 @@ Matus Hamorsky <mhamorsky@gmail.com>
|
|||||||
Max Wolf <YIDIEPXGXGPN@spammotel.com>
|
Max Wolf <YIDIEPXGXGPN@spammotel.com>
|
||||||
McClain Looney <m@loonsoft.com>
|
McClain Looney <m@loonsoft.com>
|
||||||
Mikael Helbo Kjaer <mhk@designtech.dk>
|
Mikael Helbo Kjaer <mhk@designtech.dk>
|
||||||
|
Mikko Koppanen <mkoppanen@php.net>
|
||||||
Nir Soffer <nirsof@gmail.com>
|
Nir Soffer <nirsof@gmail.com>
|
||||||
Pavel Gushcha <pavimus@gmail.com>
|
Pavel Gushcha <pavimus@gmail.com>
|
||||||
Pavol Malosek <malosek@fastmq.com>
|
Pavol Malosek <malosek@fastmq.com>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace zmq
|
|||||||
|
|
||||||
class reader_t : public object_t, public array_item_t
|
class reader_t : public object_t, public array_item_t
|
||||||
{
|
{
|
||||||
friend void zmq::create_pipe (object_t*, object_t*, uint64_t,
|
friend void create_pipe (object_t*, object_t*, uint64_t,
|
||||||
int64_t, reader_t**, writer_t**);
|
int64_t, reader_t**, writer_t**);
|
||||||
friend class writer_t;
|
friend class writer_t;
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@ namespace zmq
|
|||||||
|
|
||||||
class writer_t : public object_t, public array_item_t
|
class writer_t : public object_t, public array_item_t
|
||||||
{
|
{
|
||||||
friend void zmq::create_pipe (object_t*, object_t*, uint64_t,
|
friend void create_pipe (object_t*, object_t*, uint64_t,
|
||||||
int64_t, reader_t**, writer_t**);
|
int64_t, reader_t**, writer_t**);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user