| 86 | |
| 87 | namespace { |
| 88 | void* RunClosure(void* arg) { |
| 89 | google::protobuf::Closure* done = (google::protobuf::Closure*)arg; |
| 90 | done->Run(); |
| 91 | return NULL; |
| 92 | } |
| 93 | |
| 94 | bool g_verify_success = true; |
| 95 | const std::string g_unauthorized_error_text = "unauthorized"; |