12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ifndef _EPROSIMA_SYSTEM_UTILS_H
- #define _EPROSIMA_SYSTEM_UTILS_H
- #include "../fastrtps_dll.h"
- namespace eprosima {
- namespace fastrtps {
- class System
- {
- public:
-
- RTPS_DllAPI static int GetPID();
- };
- }
- }
- #endif
|