fix some ROSCPP_ to ROS_

This commit is contained in:
Josh Faust 2010-05-12 23:32:43 +00:00
parent 3617040ccb
commit a084408d6f
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
#define ROS_DEPRECATED
#define ROS_FORCE_INLINE __forceinline
#else
#define ROSCPP_DEPRECATED
#define ROSCPP_FORCE_INLINE inline
#define ROS_DEPRECATED
#define ROS_FORCE_INLINE inline
#endif
#endif