green-anger / GlobeViewer

View popular online maps in Orthographic projection
MIT License
10 stars 6 forks source link

Change register methods in DataKeeper to Boost.Signal2 #21

Closed green-anger closed 6 years ago

green-anger commented 6 years ago

Boost.Signal2 is easier to use and provides some sort of implementation of Observer pattern. Plus it work well in multi-threaded environment.

All future connections between application parts (modules) shall be implemented as Boost.Signal2.