~awuerl/blitzortung-tracker/trunk

« back to all changes in this revision

Viewing changes to source/lib/hardware/Pcb.cc

  • Committer: Andreas Wuerl
  • Date: 2014-07-13 22:17:55 UTC
  • Revision ID: andi@vmd5092.contabo.net-20140713221755-0vako3ecf79pl3lb
updated version

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        logger_.debugStream() << "destroyed";
28
28
    }
29
29
 
30
 
    const std::string Pcb::version_ = "debT&nbsp;1.0.8";
 
30
    const std::string Pcb::version_ = "debT&nbsp;1.0.9";
31
31
 
32
32
    bool Pcb::isOpen() const {
33
33
      return comm_.isOpen();