From 823026b58211a4166de06ac243d978dcb9930271 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2024 15:58:08 +0300 Subject: Turn odb repository into muti-package repository Also remove the autoconf/make-based build system. --- odb/traversal/class-template.hxx | 45 ---------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 odb/traversal/class-template.hxx (limited to 'odb/traversal/class-template.hxx') diff --git a/odb/traversal/class-template.hxx b/odb/traversal/class-template.hxx deleted file mode 100644 index 18e1e5b..0000000 --- a/odb/traversal/class-template.hxx +++ /dev/null @@ -1,45 +0,0 @@ -// file : odb/traversal/class-template.hxx -// license : GNU GPL v3; see accompanying LICENSE file - -#ifndef ODB_TRAVERSAL_CLASS_TEMPLATE_HXX -#define ODB_TRAVERSAL_CLASS_TEMPLATE_HXX - -#include - -#include -#include - -namespace traversal -{ - struct class_template: scope_template - { - virtual void - traverse (type&); - - virtual void - inherits (type&); - - virtual void - inherits (type&, edge_dispatcher&); - }; - - struct class_instantiation: scope_template - { - virtual void - traverse (type&); - - virtual void - instantiates (type&); - - virtual void - instantiates (type&, edge_dispatcher&); - - virtual void - inherits (type&); - - virtual void - inherits (type&, edge_dispatcher&); - }; -} - -#endif // ODB_TRAVERSAL_CLASS_TEMPLATE_HXX -- cgit v1.1