From 536c0b4efe3d20bb3351e01e8540730bfbce1eef Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 17 Jun 2009 11:48:43 +0200 Subject: remaned to proper name (Command Line Interface) --- src/TUI/ABRTSocket.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/TUI/ABRTSocket.h (limited to 'src/TUI/ABRTSocket.h') diff --git a/src/TUI/ABRTSocket.h b/src/TUI/ABRTSocket.h deleted file mode 100644 index 6e8a777..0000000 --- a/src/TUI/ABRTSocket.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef ABRTSOCKET_H_ -#define ABRTSOCKET_H_ - -#include - -#include "CrashTypes.h" - -class CABRTSocket -{ - private: - int m_nSocket; - - void Send(const std::string& pMessage); - void Recv(std::string& pMessage); - - public: - CABRTSocket(); - ~CABRTSocket(); - - void Connect(const std::string& pPath); - void DisConnect(); - - vector_crash_infos_t GetCrashInfos(); - map_crash_report_t CreateReport(const std::string& pUUID); - void Report(map_crash_report_t pReport); - void DeleteDebugDump(const std::string& pUUID); -}; - -#endif /* ABRTSOCKET_H_ */ -- cgit