This commit is contained in:
Wolfgang Hottgenroth
2013-03-27 20:56:17 +01:00
parent bc4eace60d
commit 4582de6afc
7 changed files with 102 additions and 42 deletions

16
ChildProt.hpp Normal file
View File

@ -0,0 +1,16 @@
/*
* ChildProt.hpp
*
* Created on: 27.03.2013
* Author: wn
*/
#ifndef CHILDPROT_HPP_
#define CHILDPROT_HPP_
#include <string>
const std::string DATABASE_FILE = "children.sqlite";
#endif /* CHILDPROT_HPP_ */