summaryrefslogtreecommitdiff
path: root/src/theory/output_channel.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-07-06 18:37:06 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-07-06 18:37:06 +0000
commitd20b7a53b726ef1aa8b600dba27496ec3ee81050 (patch)
treeba48af8592537d356a48d16354905a17db429bcc /src/theory/output_channel.h
parent86eb2490a00466d5b014976fc89b813011b663eb (diff)
Moved registration to theory engine
Diffstat (limited to 'src/theory/output_channel.h')
-rw-r--r--src/theory/output_channel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/output_channel.h b/src/theory/output_channel.h
index 42d68efe5..ab94fbcc8 100644
--- a/src/theory/output_channel.h
+++ b/src/theory/output_channel.h
@@ -54,6 +54,12 @@ public:
}
/**
+ * Notify the OutputChannel that a new fact has been received by
+ * the theory.
+ */
+ virtual void newFact(TNode n) { }
+
+ /**
* With safePoint(), the theory signals that it is at a safe point
* and can be interrupted.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback