zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 215 forks source link

Cleanup IceStorm/clock demo #45

Closed pepone closed 5 years ago

pepone commented 5 years ago

https://github.com/zeroc-ice/ice-demos/blob/5ebb4d8695a1cad56c15d9f9a4fc1823b6f8bf1f/cpp98/IceStorm/clock/Subscriber.cpp#L282

Replace check with assert(!id.empty()) this exception should never occur when subscribing with a UUID identity. We should review all languages