在 Symbian S60 平台进行单元测试
2010-03-16 17:18:00 来源:WEB开发网44 }
45 };
46
47 void RSendAsMessage::AddRecipientL(const TDesC16& a, RSendAsMessage::TSendAsRecipientType b)
48 {
49 _LOGF((_L("RSendAsMessage::AddRecipientL(%S, %d)"), &a, b));
50 }
51
52 void RSendAsMessage::Close()
53 {
54 _LOGF((_L("RSendAsMessage::Close()")));
55 }
56
57 void RSendAsMessage::CreateL(RSendAs &a, TUid b)
58 {
59 _LOGF((_L("RSendAsMessage::CreateL(%d, %d)"), &a, b));
60 }
61
62 void RSendAsMessage::SendMessage(class TRequestStatus &)
63 {
64 _LOGF((_L("RSendAsMessage::SendMessage()")));
65 }
66
67 // global function pointer
68 void (*gRSendAsMessage_SetBodyTextLHook)() = NULL;
69
70 void RSendAsMessage::SetBodyTextL(const TDesC16& a)
71 {
72 _LOGF((_L("RSendAsMessage::SetBodyTextL(%S)"), &a));
73 if(gRSendAsMessage_SetBodyTextLHook)
74 gRSendAsMessage_SetBodyTextLHook();
75 }
76
77 CMsvEntry * CMsvEntry::NewL(CMsvSession &, long, TMsvSelectionOrdering const &)
78 {
79 _LOGF((_L("CMsvEntry::NewL()")));
80 return NULL;
81 }
82
83 CMsvSession * CMsvSession::OpenAsyncL(MMsvSessionObserver &)
84 {
85 _LOGF((_L("CMsvSession::OpenAsyncL()")));
86 return NULL;
87 }
88
89 CMsvStore * CMsvEntry::ReadStoreL(void)
90 {
91 _LOGF((_L("CMsvEntry::ReadStoreL()")));
92 return NULL;
93 }
94
95 TInt CMsvStore::HasBodyTextL(void) const
96 {
97 _LOGF((_L("CMsvStore::HasBodyTextL()")));
98 return KErrNone;
更多精彩
赞助商链接