Hello,
one more:
Server-side implementation, sample code:
Code:
The server’s main function starts the reaper thread and instantiates the cart factory:
ReapThreadPtr reaper = new ReapThread();
CartFactor factory = new CartFactoryI(reaper);
reaper‑>start();
adapter‑>add(factory,
Ice::stringToIdentity(CartFactory));
adapter‑>activate();
I highlighted the part that I think is a typo. The second one, I think there are " missing to make it a string, right?
Please, note that I don't want to be arrogant or whatever. I think your documentation is great and these are just little details I want to notice you about, so I feel at least a little useful
Regards.