BUG 9370 - added links to connection setup and agent install
authorfturovic <frank.turovich@nokia.com>
Tue, 08 Jun 2010 11:41:39 -0500
changeset 1441 9ee3f3feb4f6
parent 1435 d999f4404de2
child 1443 97d5a41dc05a
BUG 9370 - added links to connection setup and agent install
core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/menus/run_leavescan.htm
core/com.nokia.carbide.cpp.doc.user/html/reference/menus/s60_ui_designer.htm
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm	Tue Jun 08 10:19:32 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/on_device_setup.htm	Tue Jun 08 11:41:39 2010 -0500
@@ -5,15 +5,17 @@
 <meta http-equiv="Content-Style-Type" content="text/css" />
 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
 <meta name="keywords" content="abld, abld target, abld export, abld cleanexport, abld resource, abld final, abld tidy" >
-<title>On-Device Setup menu</title>
+<title>On-Device Connections menu</title>
 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
 </head>
 <body bgcolor="#FFFFFF">
-<h2>On-Device Setup  </h2>
-<p>Use the <b>On-Device Setup </b> menu option to open the <a href="../trk/wnd_on_device_setup.htm">On-Device Setup</a> dialog for the downloading and installation of Carbide software to a device. </p>
+<h2>On-Device Connections  </h2>
+<p>Use the <b>On-Device Connections </b> menu option to open the <a href="../trk/wnd_on_device_setup.htm">On-Device Connections</a> dialog for the downloading and installation of Carbide software to a device. </p>
 <h5>Other references</h5>
 <ul>
   <li><a href="menus.htm">Carbide Menu</a></li>
+  <li><a href="../trk/wnd_new_connection_wizard.htm">Setup Connection</a></li>
+  <li><a href="../trk/wnd_new_conn_install_tab.htm">Install	Remote Agents</a></li>
 </ul>
 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
 
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/run_leavescan.htm	Tue Jun 08 10:19:32 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>Leavescan</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>Run Leavescan</h2>
-<p>Symbian OS has a standard convention for functions that may Leave. Therefore, any function that Leaves, or calls a function that Leaves (other than in a TRAP harness), must have a name ending in L. Leavescan verifies that your code satisfies this convention. LeaveScan ignores calls in trapped functions, commented out code, ( // and /* and */). It also checks for calls to LD, LC and LX functions as well as normal L functions. It also checks for <span class="code">User::Leave()</span>, <span class="code">ELeave</span>, and <span class="code">User::LeaveIfError()</span>. </p>
-<p>To start,  define where  the path to the <span class="code">leavescan.exe</span> program using  the <a href="../leavescan_pref.html">Leavescan preference panel</a>.</p>
-<p>Next, to  run Leavescan:</p>
-<ul>
-  <li><b>on a source file</b>  &#8212;  right-click a .cpp source file in the C/C++ Projects or Symbian Project Navigator view and select <b>Run Leavescan</b></li>
-  <li><b>on all source files in the Active Build Configuration</b> &#8212; right-click a .mmp file and select <b>Run Leavescan on Project MMP</b>. The source statements in the .mmp file are scanned to obtain a list of source files to be processed by leavescan.</li>
-  <li><b>from the command line</b>  &#8212; scan whole directories and output to a file. For example,</li>
-</ul>
-<blockquote>
-  <p class="code">for /R %i in (*.cpp) do leavescan %i &gt;&gt; leavescan.out</p>
-  <p>This will scan all cpp files in or below the current directory, placing the result in <span class="code">leavescan.out</span>.</p>
-</blockquote>
-<p align="center"><img src="../images/leavescan_menu.png" width="384" height="326" /></p>
-<p align="center" class="figure">Figure 1. Invoking Run Leavescan on a single source file</p>
-<h5>Other references</h5>
-<ul>
-  <li><a href="menus.htm">Carbide Menus</a></li>
-  <li><a href="../leavescan_pref.html">Leavescan Preferences</a><br />
-  </li>
-</ul>
-<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
-</body>
-</html>
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp.doc.user/html/reference/menus/s60_ui_designer.htm	Tue Jun 08 10:19:32 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
-<title>S60 UI Designer</title>
-<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h2>S60 UI Designer</h2>
-<p>Click <b>File &gt; New &gt; S60 UI Design</b> to launch the <b><a href="PLUGINS_ROOT/com.nokia.carbide.cpp.uidesigner.doc.user/html/reference/uidesign/ref_ui_design_wizard.htm">S60 UI Design</a></b> wizard to add a new design to a project. </p>
-<h5>Other references</h5>
-<ul>
-  <li><a href="menus.htm">Carbide Menus</a> </li>
-</ul>
-<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
-
-</body>
-</html>