From 3075b0de2e889199c65438d9b3680f08e75eaaeb Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 15 Apr 2015 00:37:19 +0200 Subject: Add header containing callbacks used for the resolution of nodes in the document graph --- src/core/model/ResolutionCallbacks.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/core/model/ResolutionCallbacks.cpp (limited to 'src/core/model/ResolutionCallbacks.cpp') 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 . +*/ + +#include "ResolutionCallbacks.hpp" + +namespace ousia { + // Do nothing here, just make sure the header compiles +} -- cgit v1.2.3