Norman Feske wrote:
and interacts with the server via member functions of the created object, for example
nitpicker.refresh();
...just noticed that this is a bad example since there does not exist a 'refresh' function in Nitpicker's interface. ;-) I would have better picked one of the functions actually declared in 'nitpicker_session.h'.
Norman