edd223b083
Since componentThread #includes boost::asio components, removing it should improve compile times.
15 lines
207 B
C++
15 lines
207 B
C++
#ifndef _SALMANOFF_H
|
|
#define _SALMANOFF_H
|
|
|
|
#include <memory>
|
|
#include <functional>
|
|
|
|
namespace smo {
|
|
|
|
void initializeSalmanoff(void);
|
|
void shutdownSalmanoff(void);
|
|
|
|
} // namespace smo
|
|
|
|
#endif // _SALMANOFF_H
|