Using namespace alias.
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
constexpr const char kStubAppId[] = "org.tizen.action-framework.service";
+namespace rpc = rpc_port::tizen_action_service_proxy;
class GetAction : public ActionFwTool,
- rpc_port::tizen_action_service_proxy::proxy::ActionService::
- IEventListener {
+ rpc::proxy::ActionService::IEventListener {
public:
GetAction()
: ActionFwTool("get_action", "GetAction", "get_action <action_id>"),
constexpr const char kStubAppId[] = "org.tizen.action-framework.service";
+namespace rpc = rpc_port::tizen_action_service_proxy;
class GetActionId : public ActionFwTool,
- rpc_port::tizen_action_service_proxy::proxy::ActionService::
- IEventListener {
+ rpc::proxy::ActionService::IEventListener {
public:
GetActionId()
: ActionFwTool("get_action_id", "GetActionId", "get_action_id <description> <topk(int)> <threshold(float)>"),
constexpr const char kStubAppId[] = "org.tizen.action-framework.service";
+namespace rpc = rpc_port::tizen_action_service_proxy;
class ListActions : public ActionFwTool,
- rpc_port::tizen_action_service_proxy::proxy::ActionService::
- IEventListener {
+ rpc::proxy::ActionService::IEventListener {
public:
ListActions()
: ActionFwTool("list_actions", "ListActions", "list_actions"),