25a9721f92
We've done a lot of general work on the init sequencing.
16 lines
236 B
C++
16 lines
236 B
C++
#ifndef _SALMANOFF_H
|
|
#define _SALMANOFF_H
|
|
|
|
#include <memory>
|
|
#include <functional>
|
|
#include <componentThread.h>
|
|
|
|
namespace smo {
|
|
|
|
void initializeSalmanoff(void);
|
|
void shutdownSalmanoff(void);
|
|
|
|
} // namespace smo
|
|
|
|
#endif // _SALMANOFF_H
|