core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_specifications.htm
changeset 1641 2b3996fc09a1
parent 0 fb279309251b
--- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_specifications.htm	Mon Jul 19 15:31:48 2010 -0500
+++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_specifications.htm	Mon Jul 19 16:13:24 2010 -0500
@@ -1,27 +1,27 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>EC++ Specifications</title>
-<link rel="StyleSheet" href="../../book.css" type="text/css"/>
-</head>
-<body bgcolor="#FFFFFF">
-<h3>EC++ Specifications</h3>
-<p>This section describes how to design software that adhere to the EC++ proposal.</p>
-<h4> Language Related Issues </h4>
-<p>To make sure your source code complies with both ISO C++ and EC++ standards, follow these guidelines:</p>
-<ul>
-  <li>Do not use RTTI (Run Time Type Identification).</li>
-  <li>Do not use exception handling, namespaces, or other unsupported features.</li>
-  <li>Do not use multiple or virtual inheritance.</li>
-</ul>
-<p>You can disable certain C++ features, such as RTTI and exceptions, using the compiler settings in the C++ Language panel, described in C/C++ Language Panel</p>
-<h4>Library-Related Issues</h4>
-<p>Do not refer to routines, data structures, and classes in the Metrowerks Standard Library (MSL) for C++.
-</p>
-<div id="footer">Copyright &copy; 2009 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>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>EC++ Specifications</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h3>EC++ Specifications</h3>
+<p>This section describes how to design software that adhere to the EC++ proposal.</p>
+<h4> Language Related Issues </h4>
+<p>To make sure your source code complies with both ISO C++ and EC++ standards, follow these guidelines:</p>
+<ul>
+  <li>Do not use RTTI (Run Time Type Identification).</li>
+  <li>Do not use exception handling, namespaces, or other unsupported features.</li>
+  <li>Do not use multiple or virtual inheritance.</li>
+</ul>
+<p>You can disable certain C++ features, such as RTTI and exceptions, using the compiler settings in the C++ Language panel, described in C/C++ Language Panel</p>
+<h4>Library-Related Issues</h4>
+<p>Do not refer to routines, data structures, and classes in the Metrowerks Standard Library (MSL) for C++.
+</p>
+<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>