ddc
ConcHolder.h
Go to the documentation of this file.
1 //*-*- Mode: C++ -*- */
2 //
3 // DDC originally by Alexey Sokirko
4 // Changes and modifications 2011-2016 by Bryan Jurish
5 //
6 // This file is part of DDC.
7 //
8 // DDC is free software: you can redistribute it and/or modify
9 // it under the terms of the GNU Lesser General Public License as published by
10 // the Free Software Foundation, either version 3 of the License, or
11 // (at your option) any later version.
12 //
13 // DDC is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 // GNU Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public License
19 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
20 //
21 #ifndef __CConcHolder_H_
22 #define __CConcHolder_H_
23 
24 #include "ConcSession.h"
25 
26 //==============================================================================
29 
30 #endif
31 
32 /*--- emacs style variables ---
33  * Local Variables:
34  * mode: C++
35  * c-file-style: "ellemtel"
36  * c-basic-offset: 4
37  * tab-width: 8
38  * indent-tabs-mode: nil
39  * End:
40  */
CConcSession CConcHolder
backwared-compatible wrapper for CConcSession
Definition: ConcHolder.h:28
class for a single (thread-local) DDC query session; formerly CConcHolder An instance of CConcSessio...
Definition: ConcSession.h:54