1
1

Add the C++ doo-hicky stuff around the odls framework definitions just in case somebody, somewhere, on some remote planet where only goats can feed needs it.

This commit was SVN r12777.
Этот коммит содержится в:
Ralph Castain 2006-12-06 13:58:04 +00:00
родитель 8ca415a0c5
Коммит b1e16fffac

Просмотреть файл

@ -40,7 +40,10 @@
/*
* odls module functions
*/
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
/**
* Subscribe to receive the launch data for local processes
*/
@ -140,5 +143,8 @@ typedef orte_odls_base_component_1_3_0_t orte_odls_base_component_t;
*/
ORTE_DECLSPEC extern orte_odls_base_module_t orte_odls; /* holds selected module's function pointers */
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
#endif /* MCA_ODLS_H */