Searched refs:xCount (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/odk/examples/cpp/counter/ |
H A D | countermain.cxx | 73 Reference< XCountable > xCount( xx, UNO_QUERY ); in SAL_IMPLEMENT_MAIN() local 74 …OSL_ENSURE( xCount.is(), "### cannot query XCountable interface of service instance \"foo.Counter\… in SAL_IMPLEMENT_MAIN() 76 if (xCount.is()) in SAL_IMPLEMENT_MAIN() 78 xCount->setCount( 42 ); in SAL_IMPLEMENT_MAIN() 79 fprintf( stdout , "%d," , (int)xCount->getCount() ); in SAL_IMPLEMENT_MAIN() 80 fprintf( stdout , "%d," , (int)xCount->increment() ); in SAL_IMPLEMENT_MAIN() 81 fprintf( stdout , "%d\n" , (int)xCount->decrement() ); in SAL_IMPLEMENT_MAIN()
|
Completed in 5 milliseconds