17 lines
223 B
C++
17 lines
223 B
C++
![]() |
/*
|
||
|
* 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_ */
|