MCPcopy Create free account
hub / github.com/acl-dev/acl / on_ok

Method on_ok

lib_acl_cpp/samples/db_service/db_service.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 virtual void on_ok(const acl::db_rows* rows, int affected)
36 {
37 (void) rows;
38 (void) affected;
39 printf(">>on ok, id: %d\r\n", id_);
40 }
41
42 virtual void destroy()
43 {

Callers 2

on_messageMethod · 0.45
win32_procMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected