Revision 0a4a861a host/include/uhd/utils/tasks.hpp

b/host/include/uhd/utils/tasks.hpp
1 1
//
2
// Copyright 2011 Ettus Research LLC
2
// Copyright 2011-2012 Ettus Research LLC
3 3
//
4 4
// This program is free software: you can redistribute it and/or modify
5 5
// it under the terms of the GNU General Public License as published by
......
25 25

  
26 26
namespace uhd{
27 27

  
28
    class task : boost::noncopyable{
28
    class UHD_API task : boost::noncopyable{
29 29
    public:
30 30
        typedef boost::shared_ptr<task> sptr;
31 31
        typedef boost::function<void(void)> task_fcn_type;

Also available in: Unified diff