summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/Plugins.h
blob: 1e6ac0b42c051bd8a54ac3d86ce95f9eb55e8bdc (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(IOProcessorImpl);
PLUMA_PROVIDER_HEADER(InvokerImpl);
PLUMA_PROVIDER_HEADER(DataModelImpl);
#endif

}

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