1 | |
2 | Finally, we provide the server-side implementation of the object under construction, here given by the CountImpl class |
3 | It is constructed by completing the implementation template as discussed in the previous three foils |
4 | Remember that our Count is in fact a very simple object: it maintains a counter value called sum and it increments it whenever its increment() method is invoked |