This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 5c1a304c931c7ecd3ac02535cd664ac243f26861
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Oct 4 15:08:21 2018 -0700

    GEODE-4338 - CQ example, update README to match example output
---
 examples/cpp/continuousquery/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/cpp/continuousquery/README.md 
b/examples/cpp/continuousquery/README.md
index 729d135..f2f9941 100644
--- a/examples/cpp/continuousquery/README.md
+++ b/examples/cpp/continuousquery/README.md
@@ -37,14 +37,14 @@ This is a simple example showing how to create a continuous 
query.
   $ build/continuousquery
   Executing continuous query
   Create orders
-  Storing initial orders in the region
+  Putting and changing Order objects in the region
   MyCqListener::OnEvent called with CREATE, key[Order2], value(2, product y, 
37)
   MyCqListener::OnEvent called with CREATE, key[Order4], value(4, product z, 
102)
-  Making changes to existing order
   MyCqListener::OnEvent called with CREATE, key[Order6], value(6, product z, 
42)
   MyCqListener::OnEvent called with UPDATE, key[Order2], value(2, product y, 
45)
   MyCqListener::OnEvent called with DESTROY, key[Order2], value(2, product y, 
29)
-  MyCqListener::close called
+  MyCqListener::OnEvent called with DESTROY, key[Order6], value is nullptr
+  close called
   ```
 
 1. Stop the server

Reply via email to