diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-03-04 15:33:21 +0000 |
---|---|---|
committer | andreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf> | 2014-03-04 15:33:21 +0000 |
commit | b2e94fa3f1a7b0abb99007c198ceb76a00183e54 (patch) | |
tree | 058151bcb18de6e5cc74ce9dd34b5c29395a52be /src/model/domain/Domain.cpp | |
parent | df938ff92ea02f26c594c610234754101138f646 (diff) |
added basic structure of the domain class
git-svn-id: file:///var/local/svn/basicwriter@15 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'src/model/domain/Domain.cpp')
-rw-r--r-- | src/model/domain/Domain.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/model/domain/Domain.cpp b/src/model/domain/Domain.cpp index 110e367..3def24b 100644 --- a/src/model/domain/Domain.cpp +++ b/src/model/domain/Domain.cpp @@ -1,5 +1,5 @@ /* - BasicWriter + Ousía Copyright (C) 2014 Benjamin Paaßen, Andreas Stöckel This program is free software: you can redistribute it and/or modify @@ -16,5 +16,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "Domain.hpp" +namespace ousia { +namespace domain { + +} +} |