]> git.tdb.fi Git - r2c2.git/commit
Make Client hold a non-const reference to the Catalogue
authorMikko Rasa <tdb@tdb.fi>
Thu, 9 Apr 2015 07:01:40 +0000 (10:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 9 Apr 2015 07:01:40 +0000 (10:01 +0300)
commit7b4155fa0581d7c5fe198e4fb1dea61fa0846eec
tree77dfd3d72c39ae86de40e23ca97e034bb8a5f6c7
parentb36f3dc43853c76b4710cb1a7b932a758e1693a1
Make Client hold a non-const reference to the Catalogue

Since the entire catalogue is no longer loaded at once, it needs to be
non-const so things can be loaded on the fly.
source/network/client.cpp
source/network/client.h