From 10a84cf9af42bd4367d358a35ae5b482185bd67b Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 11 Sep 2017 14:55:47 +0200 Subject: [PATCH] feat(chat): move cpim in chat folder --- src/{ => chat}/cpim/cpim.h | 0 src/{ => chat}/cpim/header/cpim-core-headers.cpp | 2 +- src/{ => chat}/cpim/header/cpim-core-headers.h | 0 src/{ => chat}/cpim/header/cpim-generic-header.cpp | 2 +- src/{ => chat}/cpim/header/cpim-generic-header.h | 0 src/{ => chat}/cpim/header/cpim-header-p.h | 0 src/{ => chat}/cpim/header/cpim-header.cpp | 0 src/{ => chat}/cpim/header/cpim-header.h | 0 src/{ => chat}/cpim/message/cpim-message.cpp | 2 +- src/{ => chat}/cpim/message/cpim-message.h | 4 ++-- src/{ => chat}/cpim/parser/cpim-grammar.cpp | 0 src/{ => chat}/cpim/parser/cpim-grammar.h | 0 src/{ => chat}/cpim/parser/cpim-parser.cpp | 0 src/{ => chat}/cpim/parser/cpim-parser.h | 2 +- 14 files changed, 6 insertions(+), 6 deletions(-) rename src/{ => chat}/cpim/cpim.h (100%) rename src/{ => chat}/cpim/header/cpim-core-headers.cpp (98%) rename src/{ => chat}/cpim/header/cpim-core-headers.h (100%) rename src/{ => chat}/cpim/header/cpim-generic-header.cpp (98%) rename src/{ => chat}/cpim/header/cpim-generic-header.h (100%) rename src/{ => chat}/cpim/header/cpim-header-p.h (100%) rename src/{ => chat}/cpim/header/cpim-header.cpp (100%) rename src/{ => chat}/cpim/header/cpim-header.h (100%) rename src/{ => chat}/cpim/message/cpim-message.cpp (98%) rename src/{ => chat}/cpim/message/cpim-message.h (94%) rename src/{ => chat}/cpim/parser/cpim-grammar.cpp (100%) rename src/{ => chat}/cpim/parser/cpim-grammar.h (100%) rename src/{ => chat}/cpim/parser/cpim-parser.cpp (100%) rename src/{ => chat}/cpim/parser/cpim-parser.h (98%) diff --git a/src/cpim/cpim.h b/src/chat/cpim/cpim.h similarity index 100% rename from src/cpim/cpim.h rename to src/chat/cpim/cpim.h diff --git a/src/cpim/header/cpim-core-headers.cpp b/src/chat/cpim/header/cpim-core-headers.cpp similarity index 98% rename from src/cpim/header/cpim-core-headers.cpp rename to src/chat/cpim/header/cpim-core-headers.cpp index 6270b810a..4643d6e5c 100644 --- a/src/cpim/header/cpim-core-headers.cpp +++ b/src/chat/cpim/header/cpim-core-headers.cpp @@ -16,8 +16,8 @@ * along with this program. If not, see . */ +#include "chat/cpim/parser/cpim-parser.h" #include "cpim-header-p.h" -#include "cpim/parser/cpim-parser.h" #include "cpim-core-headers.h" diff --git a/src/cpim/header/cpim-core-headers.h b/src/chat/cpim/header/cpim-core-headers.h similarity index 100% rename from src/cpim/header/cpim-core-headers.h rename to src/chat/cpim/header/cpim-core-headers.h diff --git a/src/cpim/header/cpim-generic-header.cpp b/src/chat/cpim/header/cpim-generic-header.cpp similarity index 98% rename from src/cpim/header/cpim-generic-header.cpp rename to src/chat/cpim/header/cpim-generic-header.cpp index 7fb7a088f..d2a55cbea 100644 --- a/src/cpim/header/cpim-generic-header.cpp +++ b/src/chat/cpim/header/cpim-generic-header.cpp @@ -20,8 +20,8 @@ #include "linphone/utils/utils.h" +#include "chat/cpim/parser/cpim-parser.h" #include "cpim-header-p.h" -#include "cpim/parser/cpim-parser.h" #include "cpim-generic-header.h" diff --git a/src/cpim/header/cpim-generic-header.h b/src/chat/cpim/header/cpim-generic-header.h similarity index 100% rename from src/cpim/header/cpim-generic-header.h rename to src/chat/cpim/header/cpim-generic-header.h diff --git a/src/cpim/header/cpim-header-p.h b/src/chat/cpim/header/cpim-header-p.h similarity index 100% rename from src/cpim/header/cpim-header-p.h rename to src/chat/cpim/header/cpim-header-p.h diff --git a/src/cpim/header/cpim-header.cpp b/src/chat/cpim/header/cpim-header.cpp similarity index 100% rename from src/cpim/header/cpim-header.cpp rename to src/chat/cpim/header/cpim-header.cpp diff --git a/src/cpim/header/cpim-header.h b/src/chat/cpim/header/cpim-header.h similarity index 100% rename from src/cpim/header/cpim-header.h rename to src/chat/cpim/header/cpim-header.h diff --git a/src/cpim/message/cpim-message.cpp b/src/chat/cpim/message/cpim-message.cpp similarity index 98% rename from src/cpim/message/cpim-message.cpp rename to src/chat/cpim/message/cpim-message.cpp index b3bc56ee9..29252e934 100644 --- a/src/cpim/message/cpim-message.cpp +++ b/src/chat/cpim/message/cpim-message.cpp @@ -20,7 +20,7 @@ #include "linphone/utils/utils.h" -#include "cpim/parser/cpim-parser.h" +#include "chat/cpim/parser/cpim-parser.h" #include "object/object-p.h" #include "cpim-message.h" diff --git a/src/cpim/message/cpim-message.h b/src/chat/cpim/message/cpim-message.h similarity index 94% rename from src/cpim/message/cpim-message.h rename to src/chat/cpim/message/cpim-message.h index 6905cb364..38c1cd5a0 100644 --- a/src/cpim/message/cpim-message.h +++ b/src/chat/cpim/message/cpim-message.h @@ -19,8 +19,8 @@ #ifndef _CPIM_MESSAGE_H_ #define _CPIM_MESSAGE_H_ -#include "cpim/header/cpim-core-headers.h" -#include "cpim/header/cpim-generic-header.h" +#include "chat/cpim/header/cpim-core-headers.h" +#include "chat/cpim/header/cpim-generic-header.h" // ============================================================================= diff --git a/src/cpim/parser/cpim-grammar.cpp b/src/chat/cpim/parser/cpim-grammar.cpp similarity index 100% rename from src/cpim/parser/cpim-grammar.cpp rename to src/chat/cpim/parser/cpim-grammar.cpp diff --git a/src/cpim/parser/cpim-grammar.h b/src/chat/cpim/parser/cpim-grammar.h similarity index 100% rename from src/cpim/parser/cpim-grammar.h rename to src/chat/cpim/parser/cpim-grammar.h diff --git a/src/cpim/parser/cpim-parser.cpp b/src/chat/cpim/parser/cpim-parser.cpp similarity index 100% rename from src/cpim/parser/cpim-parser.cpp rename to src/chat/cpim/parser/cpim-parser.cpp diff --git a/src/cpim/parser/cpim-parser.h b/src/chat/cpim/parser/cpim-parser.h similarity index 98% rename from src/cpim/parser/cpim-parser.h rename to src/chat/cpim/parser/cpim-parser.h index fc7c42d8d..e6686eb2d 100644 --- a/src/cpim/parser/cpim-parser.h +++ b/src/chat/cpim/parser/cpim-parser.h @@ -19,7 +19,7 @@ #ifndef _CPIM_PARSER_H_ #define _CPIM_PARSER_H_ -#include "cpim/message/cpim-message.h" +#include "chat/cpim/message/cpim-message.h" #include "object/singleton.h" // =============================================================================