1 |
|
/****************************************************************************** |
2 |
|
* Top contributors (to current version): |
3 |
|
* Tim King |
4 |
|
* |
5 |
|
* This file is part of the cvc5 project. |
6 |
|
* |
7 |
|
* Copyright (c) 2009-2021 by the authors listed in the file AUTHORS |
8 |
|
* in the top-level source directory and their institutional affiliations. |
9 |
|
* All rights reserved. See the file COPYING in the top-level source |
10 |
|
* directory for licensing information. |
11 |
|
* **************************************************************************** |
12 |
|
* |
13 |
|
* Output utility classes and functions. |
14 |
|
*/ |
15 |
|
|
16 |
|
#include "base/listener.h" |
17 |
|
|
18 |
|
namespace cvc5 { |
19 |
|
|
20 |
13211 |
Listener::Listener(){} |
21 |
10564 |
Listener::~Listener(){} |
22 |
|
|
23 |
|
} // namespace cvc5 |