From 77acf1f35bb22ecbfcea2738406c49ac88651615 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 17 Jul 2015 22:40:00 -0700 Subject: [PATCH] Implement Flush() API. --- src/ntcore_cpp.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ntcore_cpp.cpp b/src/ntcore_cpp.cpp index dc4fe6560f..de38a132da 100644 --- a/src/ntcore_cpp.cpp +++ b/src/ntcore_cpp.cpp @@ -44,7 +44,10 @@ std::vector GetEntryInfo(StringRef prefix, unsigned int types) { return std::vector(); } -void Flush() {} +void Flush() { + Dispatcher& dispatcher = Dispatcher::GetInstance(); + dispatcher.Flush(); +} /* * Callback Creation Functions