changes
This commit is contained in:
16
ChildProt.hpp
Normal file
16
ChildProt.hpp
Normal 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_ */
|
Reference in New Issue
Block a user