In file included from test2.cpp:21:
test2.h:67: error: expected unqualified-id before ‘&’ token
test2.h:67: error: expected ‘,’ or ‘...’ before ‘&’ token
test2.h:68: error: expected unqualified-id before ‘&’ token
test2.h:68: error: expected ‘,’ or ‘...’ before ‘&’ token
test2.cpp:97: error: prototype for ‘void m::Ex::__write(const Ice::OutputStreamPtr&) const’ does not match any in class ‘m::Ex’
test2.h:67: error: candidates are: virtual void m::Ex::__write() const
test2.cpp:73: error: virtual void m::Ex::__write(IceInternal::BasicStream*) const
test2.cpp:105: error: prototype for ‘void m::Ex::__read(const Ice::InputStreamPtr&, bool)’ does not match any in class ‘m::Ex’
test2.h:68: error: candidates are: virtual void m::Ex::__read()
test2.cpp:82: error: virtual void m::Ex::__read(IceInternal::BasicStream*, bool)