Merge remote-tracking branch 'origin/topic/bernhard/input-crash-search'

* origin/topic/bernhard/input-crash-search:
  for bug-searching:

Closes #840
This commit is contained in:
Robin Sommer 2012-07-02 15:02:56 -07:00
commit 9183309482
6 changed files with 28 additions and 9 deletions

View file

@ -115,6 +115,11 @@ protected:
*/
const string& TypeName() const { return ty_name; }
/**
* Sets the name of the backend's type.
*/
void SetTypeName(const string& name) const { ty_name = name; }
private:
ReaderBackend* backend; // The backend we have instanatiated.
string source;