diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:42 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:42 +0900 |
commit | 7e4fa8505f479c494b9e7bab361e4a11e1c579a5 (patch) | |
tree | 90016499b28b113b35b15eb6656b739c1389336b /src/Makefile.am | |
parent | d3752a38faa25f2f213c638e4c236533eff72b70 (diff) |
poller_base_t is used instead of poller_t
Poller object is virtualised. You can access poller via its
base class (poller_base_t) instead of using poller_t which
was a typedef pointing to actual derived class.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 65b4f3c..2c5341f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,7 +47,6 @@ libxs_la_SOURCES = \ pipe.hpp \ platform.hpp \ poll.hpp \ - poller.hpp \ poller_base.hpp \ pair.hpp \ pub.hpp \ |