Free Electron
xCatalog.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #include <plugin/plugin.pmh>
8 
9 namespace fe
10 {
11 
12 class Dictionary: public Catalog
13 {
14  public:
15  Dictionary(void)
16  {
17 // feLog("Dictionary\n");
18  }
19 virtual ~Dictionary(void)
20  {
21 // feLog("~Dictionary\n");
22  }
23 };
24 
25 };
kernel
Definition: namespace.dox:3