|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
|
5 <title>TB9.2 Example Applications: examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Install/src/txinstall.cpp Source File</title> |
|
6 <link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> |
|
8 </head> |
|
9 <body> |
|
10 <!-- Generated by Doxygen 1.6.2 --> |
|
11 <h1>examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/Install/src/txinstall.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// txin.cpp</span> |
|
12 <a name="l00002"></a>00002 <span class="comment">//</span> |
|
13 <a name="l00003"></a>00003 <span class="comment">// © 2006 Nokia Corporation. All rights reserved.</span> |
|
14 <a name="l00004"></a>00004 <span class="comment">//</span> |
|
15 <a name="l00005"></a>00005 |
|
16 <a name="l00006"></a>00006 <span class="comment">// includes</span> |
|
17 <a name="l00007"></a>00007 <span class="preprocessor">#include <e32base.h></span> |
|
18 <a name="l00008"></a>00008 <span class="preprocessor">#include <e32cons.h></span> |
|
19 <a name="l00009"></a>00009 <span class="preprocessor">#include <msvapi.h></span> |
|
20 <a name="l00010"></a>00010 <span class="preprocessor">#include <mtclreg.h></span> |
|
21 <a name="l00011"></a>00011 <span class="preprocessor">#include <MTUDREG.H></span> |
|
22 <a name="l00012"></a>00012 |
|
23 <a name="l00013"></a>00013 <span class="preprocessor">#include "txclient.h"</span> |
|
24 <a name="l00014"></a>00014 <span class="preprocessor">#include "txti.h"</span> |
|
25 <a name="l00015"></a>00015 |
|
26 <a name="l00016"></a>00016 LOCAL_D CConsoleBase* console; |
|
27 <a name="l00017"></a>00017 LOCAL_C <span class="keywordtype">void</span> consoleUIInstallL(); |
|
28 <a name="l00018"></a>00018 LOCAL_C <span class="keywordtype">void</span> DoInstallL(); |
|
29 <a name="l00019"></a>00019 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KMTMDataLocation,<span class="stringliteral">"C:\\RESOURCE\\MESSAGING\\MTM\\txtmtm.rsc"</span>); |
|
30 <a name="l00020"></a>00020 |
|
31 <a name="l00021"></a>00021 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KTxtTitle,<span class="stringliteral">"TextMTM install"</span>); |
|
32 <a name="l00022"></a>00022 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KFormatFailed,<span class="stringliteral">"failed: leave code=%d"</span>); |
|
33 <a name="l00023"></a>00023 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KFormatSuccess,<span class="stringliteral">"MTM install succeeded"</span>); |
|
34 <a name="l00024"></a>00024 |
|
35 <a name="l00025"></a>00025 <span class="comment">// Dummy observer class to absorb Message Server session events</span> |
|
36 <a name="l00026"></a>00026 <span class="keyword">class </span>TDummyObserver : <span class="keyword">public</span> MMsvSessionObserver |
|
37 <a name="l00027"></a>00027 { |
|
38 <a name="l00028"></a>00028 <span class="keyword">public</span>: |
|
39 <a name="l00029"></a>00029 <span class="keywordtype">void</span> HandleSessionEventL(TMsvSessionEvent <span class="comment">/*aEvent*/</span>, TAny* <span class="comment">/*aArg1*/</span>, TAny* <span class="comment">/*aArg2*/</span>, TAny* <span class="comment">/*aArg3*/</span>) {}; |
|
40 <a name="l00030"></a>00030 }; |
|
41 <a name="l00031"></a>00031 |
|
42 <a name="l00032"></a>00032 |
|
43 <a name="l00033"></a>00033 |
|
44 <a name="l00034"></a>00034 LOCAL_C <span class="keywordtype">void</span> DoInstallL() |
|
45 <a name="l00035"></a>00035 <span class="comment">// Set up Message Server session and install Text MTM group</span> |
|
46 <a name="l00036"></a>00036 { |
|
47 <a name="l00037"></a>00037 |
|
48 <a name="l00038"></a>00038 |
|
49 <a name="l00039"></a>00039 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(K1, <span class="stringliteral">"phase 1 ok \n"</span>); |
|
50 <a name="l00040"></a>00040 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(K2, <span class="stringliteral">"phase 2 ok \n"</span>); |
|
51 <a name="l00041"></a>00041 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KServiceDirectoryAlreadyCreated, <span class="stringliteral">"directory TextMTMService already created on c drive \n"</span>); |
|
52 <a name="l00042"></a>00042 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KServiceDirectoryCreated, <span class="stringliteral">"directory TextMTMService service created on c drive \n"</span>); |
|
53 <a name="l00043"></a>00043 |
|
54 <a name="l00044"></a>00044 |
|
55 <a name="l00045"></a>00045 TDummyObserver ob; |
|
56 <a name="l00046"></a>00046 CMsvSession* session = CMsvSession::OpenSyncL(ob); |
|
57 <a name="l00047"></a>00047 CleanupStack::PushL(session); |
|
58 <a name="l00048"></a>00048 TInt err=session->DeInstallMtmGroup(KMTMDataLocation); |
|
59 <a name="l00049"></a>00049 <span class="keywordflow">if</span> (err!=KErrNone && err!=KErrNotFound) |
|
60 <a name="l00050"></a>00050 User::Leave(err); |
|
61 <a name="l00051"></a>00051 User::LeaveIfError(session->InstallMtmGroup(KMTMDataLocation)); |
|
62 <a name="l00052"></a>00052 |
|
63 <a name="l00053"></a>00053 <span class="comment">// Installing is ok</span> |
|
64 <a name="l00054"></a>00054 console->Printf(K1); |
|
65 <a name="l00055"></a>00055 |
|
66 <a name="l00056"></a>00056 |
|
67 <a name="l00057"></a>00057 CClientMtmRegistry* cl = CClientMtmRegistry::NewL(*session); |
|
68 <a name="l00058"></a>00058 <span class="keywordflow">if</span>(!cl->IsPresent(KUidMsgTypeText)) User::Leave(KErrNotFound); |
|
69 <a name="l00059"></a>00059 |
|
70 <a name="l00060"></a>00060 <span class="comment">// Resource file was found</span> |
|
71 <a name="l00061"></a>00061 console->Printf(K2); |
|
72 <a name="l00062"></a>00062 |
|
73 <a name="l00063"></a>00063 <a class="code" href="class_c_text_mtm_client.html">CTextMtmClient</a>* climpl=NULL; |
|
74 <a name="l00064"></a>00064 climpl = (<a class="code" href="class_c_text_mtm_client.html">CTextMtmClient</a>*)cl->NewMtmL(KUidMsgTypeText); |
|
75 <a name="l00065"></a>00065 |
|
76 <a name="l00066"></a>00066 |
|
77 <a name="l00067"></a>00067 <span class="keyword">delete</span> climpl; |
|
78 <a name="l00068"></a>00068 <span class="keyword">delete</span> cl; |
|
79 <a name="l00069"></a>00069 |
|
80 <a name="l00070"></a>00070 CleanupStack::PopAndDestroy(session); <span class="comment">// session</span> |
|
81 <a name="l00071"></a>00071 |
|
82 <a name="l00072"></a>00072 RFs fs; |
|
83 <a name="l00073"></a>00073 fs.Connect(); |
|
84 <a name="l00074"></a>00074 |
|
85 <a name="l00075"></a>00075 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KNewDir,<span class="stringliteral">"\\data\\TextMTMService\\"</span>); |
|
86 <a name="l00076"></a>00076 |
|
87 <a name="l00077"></a>00077 <span class="comment">// Try to create the directory</span> |
|
88 <a name="l00078"></a>00078 TInt err4 = fs.MkDir(KNewDir); |
|
89 <a name="l00079"></a>00079 |
|
90 <a name="l00080"></a>00080 <span class="comment">// In case the directory is already there...</span> |
|
91 <a name="l00081"></a>00081 <span class="keywordflow">if</span> (err4==KErrAlreadyExists) |
|
92 <a name="l00082"></a>00082 { |
|
93 <a name="l00083"></a>00083 console->Printf(KServiceDirectoryAlreadyCreated); |
|
94 <a name="l00084"></a>00084 } |
|
95 <a name="l00085"></a>00085 |
|
96 <a name="l00086"></a>00086 <span class="comment">// Directory not yet created...</span> |
|
97 <a name="l00087"></a>00087 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (err4==KErrNone) |
|
98 <a name="l00088"></a>00088 { |
|
99 <a name="l00089"></a>00089 console->Printf(KServiceDirectoryCreated); |
|
100 <a name="l00090"></a>00090 |
|
101 <a name="l00091"></a>00091 } |
|
102 <a name="l00092"></a>00092 |
|
103 <a name="l00093"></a>00093 |
|
104 <a name="l00094"></a>00094 fs.Close(); |
|
105 <a name="l00095"></a>00095 |
|
106 <a name="l00096"></a>00096 |
|
107 <a name="l00097"></a>00097 } |
|
108 <a name="l00098"></a>00098 |
|
109 <a name="l00099"></a>00099 LOCAL_C <span class="keywordtype">void</span> consoleUIInstallL() |
|
110 <a name="l00100"></a>00100 <span class="comment">// Set up simple console UI</span> |
|
111 <a name="l00101"></a>00101 { |
|
112 <a name="l00102"></a>00102 <span class="comment">// Construct and install the active scheduler</span> |
|
113 <a name="l00103"></a>00103 CActiveScheduler* scheduler = <span class="keyword">new</span> (ELeave) CActiveScheduler; |
|
114 <a name="l00104"></a>00104 CleanupStack::PushL(scheduler); |
|
115 <a name="l00105"></a>00105 CActiveScheduler::Install(scheduler); |
|
116 <a name="l00106"></a>00106 |
|
117 <a name="l00107"></a>00107 console=Console::NewL(KTxtTitle,TSize(KConsFullScreen,KConsFullScreen)); |
|
118 <a name="l00108"></a>00108 CleanupStack::PushL(console); |
|
119 <a name="l00109"></a>00109 |
|
120 <a name="l00110"></a>00110 |
|
121 <a name="l00111"></a>00111 TRAPD(error,DoInstallL()); <span class="comment">// call install function</span> |
|
122 <a name="l00112"></a>00112 <span class="keywordflow">if</span> (error != KErrNone) |
|
123 <a name="l00113"></a>00113 console->Printf(KFormatFailed, error); |
|
124 <a name="l00114"></a>00114 <span class="keywordflow">else</span> |
|
125 <a name="l00115"></a>00115 console->Printf(KFormatSuccess); |
|
126 <a name="l00116"></a>00116 console->Getch(); |
|
127 <a name="l00117"></a>00117 CleanupStack::PopAndDestroy(2, scheduler); <span class="comment">// console, scheduler</span> |
|
128 <a name="l00118"></a>00118 } |
|
129 <a name="l00119"></a>00119 |
|
130 <a name="l00120"></a>00120 GLDEF_C TInt E32Main() |
|
131 <a name="l00121"></a>00121 { |
|
132 <a name="l00122"></a>00122 __UHEAP_MARK; |
|
133 <a name="l00123"></a>00123 CTrapCleanup* cleanup=CTrapCleanup::New(); <span class="comment">// get clean-up stack</span> |
|
134 <a name="l00124"></a>00124 TRAPD(error,consoleUIInstallL()); |
|
135 <a name="l00125"></a>00125 <span class="keyword">delete</span> cleanup; <span class="comment">// destroy clean-up stack</span> |
|
136 <a name="l00126"></a>00126 __UHEAP_MARKEND; |
|
137 <a name="l00127"></a>00127 <span class="keywordflow">return</span> error; |
|
138 <a name="l00128"></a>00128 } |
|
139 <a name="l00129"></a>00129 |
|
140 </pre></div></div> |
|
141 <hr size="1"/><address style="text-align: right;"><small>Generated by |
|
142 <a href="http://www.doxygen.org/index.html"> |
|
143 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> |
|
144 </body> |
|
145 </html> |