summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/Plugins.h
blob: 56dd1e2fd1d0af4c86443aa75ec56ddd64579047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef PLUGINS_H_M6G1NF1E
#define PLUGINS_H_M6G1NF1E

#include <Pluma/Pluma.hpp>
#include "uscxml/Factory.h"

namespace uscxml {

#ifdef BUILD_AS_PLUGINS
PLUMA_PROVIDER_HEADER(IOProcessor);
PLUMA_PROVIDER_HEADER(Invoker);
PLUMA_PROVIDER_HEADER(DataModel);
#endif

}

#endif /* end of include guard: PLUGINS_H_M6G1NF1E */