Implementing your own Interfaces

From Apache OpenOffice Wiki
< Documentation‎ | DevGuide
Revision as of 13:07, 15 February 2008 by Ccornell (Talk | contribs)

Jump to: navigation, search




For the my_module.XSomething interface, add a string to be returned that informs the caller when methodOne() was called successfully.

 OUString MyService2Impl::methodOne( OUString const & str )
     throw (RuntimeException)
 {
     return OUString( RTL_CONSTASCII_USTRINGPARAM(
         "called methodOne() of MyService2 implementation: ") ) + str;
 }
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools