summaryrefslogtreecommitdiff
path: root/src/here/here_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/here/here_base.h')
-rw-r--r--src/here/here_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/here/here_base.h b/src/here/here_base.h
index 8d085e0..6d91848 100644
--- a/src/here/here_base.h
+++ b/src/here/here_base.h
@@ -19,6 +19,7 @@
//plug-in header
#include "here_utils.h"
+#include <common/BaseReply.h>
HERE_PLUGIN_BEGIN_NAMESPACE
@@ -41,6 +42,7 @@ public:
gint GetReqId(void);
gint GetRestReqId(void);
+ gint GetErrorCode(const BaseReply& Reply);
protected:
gint m_nReqId;