Lines 24-33
Link Here
|
24 |
#define INCLUDED_SLIDESHOW_LISTENERCONTAINER_HXX |
24 |
#define INCLUDED_SLIDESHOW_LISTENERCONTAINER_HXX |
25 |
|
25 |
|
26 |
#include <osl/mutex.hxx> |
26 |
#include <osl/mutex.hxx> |
27 |
#include <boost/utility.hpp> |
|
|
28 |
#include <algorithm> |
27 |
#include <algorithm> |
29 |
#include <vector> |
28 |
#include <vector> |
30 |
|
29 |
|
|
|
30 |
#if BOOST_VERSION < 106700 |
31 |
#include <boost/utility.hpp> |
32 |
#else |
33 |
#include <boost/next_prior.hpp> |
34 |
#endif |
35 |
|
31 |
#include "listenercontainerimpl.hxx" |
36 |
#include "listenercontainerimpl.hxx" |
32 |
|
37 |
|
33 |
namespace slideshow { |
38 |
namespace slideshow { |