karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

minor cleanups in core/exception and backend #103

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

Here are some minor changes I came across while working on #101

  1. we need an exception base class without anything: this way we are able to have also non message based exception classes with our own base exception class
  2. I completed some classes with the PImpl idom so they can be created with std::make_shared
  3. we shouldn't use any C Style points, but std::shared_ptr instead
Jookia commented 10 years ago

Looks good to me.