summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/es/es.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/es/es.cc')
-rw-r--r--2005/i/robert/src/es/es.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/2005/i/robert/src/es/es.cc b/2005/i/robert/src/es/es.cc
index 41baa51..5554d0a 100644
--- a/2005/i/robert/src/es/es.cc
+++ b/2005/i/robert/src/es/es.cc
@@ -72,6 +72,11 @@ void Es::ventouses(void)
proto_.send('v');
}
+void Es::wait(int timeout)
+{
+ proto_.wait(timeout);
+}
+
void receive(char command, const Proto::Frame & frame)
{
switch(command)