diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-15 00:37:19 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:18 +0200 |
commit | 3075b0de2e889199c65438d9b3680f08e75eaaeb (patch) | |
tree | b946edbde9a6c76523da9f6615a80a4b07b95ef2 /src/core/model/ResolutionCallbacks.cpp | |
parent | c6abd1ac624f2bc1ba1e58c1b5291bf9f3db03ad (diff) |
Add header containing callbacks used for the resolution of nodes in the document graph
Diffstat (limited to 'src/core/model/ResolutionCallbacks.cpp')
-rw-r--r-- | src/core/model/ResolutionCallbacks.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/core/model/ResolutionCallbacks.cpp b/src/core/model/ResolutionCallbacks.cpp new file mode 100644 index 0000000..8c920f1 --- /dev/null +++ b/src/core/model/ResolutionCallbacks.cpp @@ -0,0 +1,23 @@ +/* + Ousía + Copyright (C) 2014, 2015 Benjamin Paaßen, Andreas Stöckel + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "ResolutionCallbacks.hpp" + +namespace ousia { + // Do nothing here, just make sure the header compiles +} |