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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/2005/i/robert/src/es/es.cc b/2005/i/robert/src/es/es.cc
index c9ca801..b1c8f9a 100644
--- a/2005/i/robert/src/es/es.cc
+++ b/2005/i/robert/src/es/es.cc
@@ -145,3 +145,7 @@ void Es::receive(char command, const Proto::Frame & frame)
}
}
+bool Es::sync(void)
+{
+ return proto_.sync();
+}