Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmayworm2007-06-14 13:46:45 +0000
committermmayworm2007-06-14 13:46:45 +0000
commite998cff426e80062f7ff849f41df1803396d24d3 (patch)
tree2008374974fbe506b8f612494d46d601051c36eb /doc
parent5cbd2c00b115e3afecf74f4d4bb473766bd9b3ff (diff)
downloadorg.eclipse.ecf-e998cff426e80062f7ff849f41df1803396d24d3.tar.gz
org.eclipse.ecf-e998cff426e80062f7ff849f41df1803396d24d3.tar.xz
org.eclipse.ecf-e998cff426e80062f7ff849f41df1803396d24d3.zip
Adding Title "Eclipse Communication Framework" with ECF image
Diffstat (limited to 'doc')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/html/concepts/intro.html2
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/html/concepts/sharedobject.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/concepts/intro.html b/doc/bundles/org.eclipse.ecf.doc/html/concepts/intro.html
index 5a8285429..912f09dfa 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/concepts/intro.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/concepts/intro.html
@@ -14,6 +14,8 @@ tr {vertical-align: top;}
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
+<h1><img src="../../intro/css/images/ecf_intro.gif">Eclipse Communication Framework (ECF)</h1>
+<p>
<h2>ECF Containers</h2>
ECF introduces the concept of a communications <b>container</b>. ECF containers represent access to
a protocol-specific communications context. For connection-oriented communications, an ECF container loosely
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/concepts/sharedobject.html b/doc/bundles/org.eclipse.ecf.doc/html/concepts/sharedobject.html
index 77dd7c42b..aa776af19 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/concepts/sharedobject.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/concepts/sharedobject.html
@@ -14,6 +14,8 @@ tr {vertical-align: top;}
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
</head>
<body>
+<h1><img src="../../intro/css/images/ecf_intro.gif">Eclipse Communication Framework (ECF)</h1>
+<p>
<h2>ISharedObject Lifecycle - DRAFT</h2>
<h4>ISharedObject Construction</h4>
A SharedObject can be instantiated two ways:

Back to the top