blob: a90fb9b6e72478ec4f45692ddf1680d42e11680f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
get_current_path()
set(SRCS_PLATFORM_API_MESSAGING
${CURRENT_PATH}/IMessagingServiceManager.cpp
${CURRENT_PATH}/IMessagingService.cpp
${CURRENT_PATH}/MessagingFactory.cpp
${CURRENT_PATH}/Attachments.cpp
${CURRENT_PATH}/IAttachment.cpp
${CURRENT_PATH}/AttachmentFactory.cpp
${CURRENT_PATH}/BccRecipient.cpp
${CURRENT_PATH}/Body.cpp
${CURRENT_PATH}/CcRecipient.cpp
${CURRENT_PATH}/From.cpp
${CURRENT_PATH}/IBinarySms.cpp
${CURRENT_PATH}/IEmptyMessage.cpp
${CURRENT_PATH}/IEmail.cpp
${CURRENT_PATH}/IMessage.cpp
${CURRENT_PATH}/IMessaging.cpp
${CURRENT_PATH}/IMms.cpp
${CURRENT_PATH}/MmsSlide.cpp
${CURRENT_PATH}/MmsSlides.cpp
${CURRENT_PATH}/MmsSlideProperty.cpp
${CURRENT_PATH}/ISms.cpp
${CURRENT_PATH}/MessageFactory.cpp
${CURRENT_PATH}/Recipient.cpp
${CURRENT_PATH}/Subject.cpp
${CURRENT_PATH}/ToRecipient.cpp
${CURRENT_PATH}/ReqReceiverMessage.cpp
${CURRENT_PATH}/EmailAccountInfo.cpp
${CURRENT_PATH}/IEmailAccount.cpp
${CURRENT_PATH}/SourceAddress.cpp
${CURRENT_PATH}/CallbackNumber.cpp
${CURRENT_PATH}/ValidityPeriodHours.cpp
${CURRENT_PATH}/MessagePriority.cpp
${CURRENT_PATH}/VirtualMessage.cpp
${CURRENT_PATH}/EventMessageReceived.cpp
${CURRENT_PATH}/EmitterMessageReceived.cpp
${CURRENT_PATH}/EmitterConversationReceived.cpp
${CURRENT_PATH}/EmitterFolderReceived.cpp
${CURRENT_PATH}/MessageFilterValidatorFactory.cpp
${CURRENT_PATH}/MessageFilterValidator.cpp
${CURRENT_PATH}/ConversationFilterValidatorFactory.cpp
${CURRENT_PATH}/ConversationFilterValidator.cpp
${CURRENT_PATH}/FolderFilterValidatorFactory.cpp
${CURRENT_PATH}/FolderFilterValidator.cpp
${CURRENT_PATH}/StorageChangesMessageFilterValidatorFactory.cpp
${CURRENT_PATH}/StorageChangesMessageFilterValidator.cpp
${CURRENT_PATH}/StorageChangesMessageGenerator.cpp
${CURRENT_PATH}/StorageChangesConversationFilterValidatorFactory.cpp
${CURRENT_PATH}/StorageChangesConversationFilterValidator.cpp
${CURRENT_PATH}/StorageChangesConversationGenerator.cpp
${CURRENT_PATH}/StorageChangesFolderFilterValidatorFactory.cpp
${CURRENT_PATH}/StorageChangesFolderFilterValidator.cpp
${CURRENT_PATH}/StorageChangesFolderGenerator.cpp
PARENT_SCOPE
)
|