summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 02:46:17 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 02:46:17 +0000
commit92a04e03876154a946b729855a72e1e871304fe5 (patch)
treeab454cccf4cff38c4c0c9a9c0786b75340f07e09 /src/theory/theory.cpp
parent7329c1f1e3603c86c7ad88cbdefe2393d9740d98 (diff)
Added theory output channel interfaces and "Interrupted" exception.
Updated contrib/update-copyright to handle Antlr (.g) parser/lexer inputs. Updated copyright year. Added a new "bool" theory (right now just to hold a kind.h contribution). Added "kinds" files to UF and the new "bool" theory.
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index c4b2b8d83..2972b4722 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
@@ -16,5 +16,7 @@
#include "theory/theory.h"
namespace CVC4 {
+namespace theory {
+}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback