19 #ifndef UNITY_SCOPES_QUERYCTRL_H
20 #define UNITY_SCOPES_QUERYCTRL_H
22 #include <unity/scopes/Object.h>
23 #include <unity/scopes/QueryCtrlProxyFwd.h>
Top-level namespace for all things Unity-related.
Definition: Version.h:50
QueryCtrl allows a query to be cancelled.
Definition: QueryCtrl.h:35
virtual void cancel()=0
Cancels an executing query.
The root base class for all proxies.
Definition: Object.h:35
virtual ~QueryCtrl()
Destroys a QueryCtrl.