diff options
Diffstat (limited to 'lib/CommLayer/CommLayerServer.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h index 77cf7ef..6305e48 100644 --- a/lib/CommLayer/CommLayerServer.h +++ b/lib/CommLayer/CommLayerServer.h @@ -37,7 +37,7 @@ class CCommLayerServer{ virtual vector_crash_infos_t GetCrashInfos(const std::string &pSender) = 0; virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pSender) = 0; - virtual bool Report(map_crash_report_t pReport) = 0; + virtual bool Report(map_crash_report_t pReport,const std::string &pSender) = 0; virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender) = 0; public: |
