InjectBody.hpp
Go to the documentation of this file.
1 // @formatter:off
2 //
3 // Balau core C++ library
4 //
5 // Copyright (C) 2008 Bora Software (contact@borasoftware.com)
6 //
7 // Licensed under the Boost Software License - Version 1.0 - August 17th, 2003.
8 // See the LICENSE file for the full license text.
9 //
10 
16 
17 #ifndef COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT_BODY
18 #define COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT_BODY
19 
20 #include <Balau/Application/InjectableBody.hpp>
21 
25 #define InjectBody(...) BalauInjectBody(__VA_ARGS__)
26 
30 #define InjectBodyNamed(...) BalauInjectBodyNamed(__VA_ARGS__)
31 
35 #define InjectBodyTypes(...) BalauInjectBodyTypes(__VA_ARGS__)
36 
40 #define InjectBodyNamedTypes(...) BalauInjectBodyNamedTypes(__VA_ARGS__)
41 
42 #endif // COM_BORA_SOFTWARE__BALAU_APPLICATION__INJECT_BODY