BWAPI
|
#include <service.h>
Public Member Functions | |
RpcController () | |
virtual | ~RpcController () |
virtual void | Reset ()=0 |
virtual bool | Failed () const =0 |
virtual string | ErrorText () const =0 |
virtual void | StartCancel ()=0 |
virtual void | SetFailed (const string &reason)=0 |
virtual bool | IsCanceled () const =0 |
virtual void | NotifyOnCancel (Closure *callback)=0 |
google::protobuf::RpcController::RpcController | ( | ) | [inline] |
virtual google::protobuf::RpcController::~RpcController | ( | ) | [virtual] |
virtual string google::protobuf::RpcController::ErrorText | ( | ) | const [pure virtual] |
virtual bool google::protobuf::RpcController::Failed | ( | ) | const [pure virtual] |
virtual bool google::protobuf::RpcController::IsCanceled | ( | ) | const [pure virtual] |
virtual void google::protobuf::RpcController::NotifyOnCancel | ( | Closure * | callback | ) | [pure virtual] |
virtual void google::protobuf::RpcController::Reset | ( | ) | [pure virtual] |
virtual void google::protobuf::RpcController::SetFailed | ( | const string & | reason | ) | [pure virtual] |
virtual void google::protobuf::RpcController::StartCancel | ( | ) | [pure virtual] |