> should be:
inline void foo::fooFunc()
I could be wrong, but to me it sounded like the original poster didn't
want these inlined anymore. They're looking for a tool which makes
them *not* inlined. Also, I could be wrong, but I got the feeling that
they were looking for an automated tool which does this. So suggesting
editing the file doesn't address the question.
If I needed to do this, I'd write a perl script to do it. I've used
perl for similar tasks, and it's not that big of a deal to do things
like this.
-Brian