OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="messaging-system"> | 3 <b><font color="#cc0000"> |
4 <span id="message-system"></span><h1 id="messaging-system"><span id="message-sys
tem"></span>Messaging System</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="messaging-system"> |
| 12 <h1 id="messaging-system">Messaging System</h1> |
5 <div class="contents local" id="contents" style="display: none"> | 13 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 14 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#reference-information" id="id2">Referen
ce information</a></li> | 15 <li><a class="reference internal" href="#reference-information" id="id2">Referen
ce information</a></li> |
8 <li><p class="first"><a class="reference internal" href="#introduction-to-the-me
ssaging-system" id="id3">Introduction to the messaging system</a></p> | 16 <li><p class="first"><a class="reference internal" href="#introduction-to-the-me
ssaging-system" id="id3">Introduction to the messaging system</a></p> |
9 <ul class="small-gap"> | 17 <ul class="small-gap"> |
10 <li><a class="reference internal" href="#design-of-the-messaging-system" id="id4
">Design of the messaging system</a></li> | 18 <li><a class="reference internal" href="#design-of-the-messaging-system" id="id4
">Design of the messaging system</a></li> |
11 </ul> | 19 </ul> |
12 </li> | 20 </li> |
13 <li><p class="first"><a class="reference internal" href="#communication-tasks-in
-the-hello-world-example" id="id5">Communication tasks in the “Hello, Worl
d” example</a></p> | 21 <li><p class="first"><a class="reference internal" href="#communication-tasks-in
-the-hello-world-example" id="id5">Communication tasks in the “Hello, Worl
d” example</a></p> |
14 <ul class="small-gap"> | 22 <ul class="small-gap"> |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 pp::VarArray keys = dictionary.GetKeys(); | 356 pp::VarArray keys = dictionary.GetKeys(); |
349 // ... | 357 // ... |
350 } else { | 358 } else { |
351 // ... | 359 // ... |
352 } | 360 } |
353 } | 361 } |
354 </pre> | 362 </pre> |
355 </section> | 363 </section> |
356 | 364 |
357 {{/partials.standard_nacl_article}} | 365 {{/partials.standard_nacl_article}} |
OLD | NEW |