Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfburton2009-07-28 18:19:33 +0000
committerfburton2009-07-28 18:19:33 +0000
commit619b10b25a86815bd2b0d3578c865abaee3fb850 (patch)
tree41cd72f2bac79659f77c757a95c2985e7435be5c /docs/TCF Service - Streams.html
parent1d267b0228acd369a8ca3436908f0c800bf6a43f (diff)
downloadorg.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.gz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.tar.xz
org.eclipse.tcf-619b10b25a86815bd2b0d3578c865abaee3fb850.zip
Added version history for specifications
Diffstat (limited to 'docs/TCF Service - Streams.html')
-rw-r--r--docs/TCF Service - Streams.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/TCF Service - Streams.html b/docs/TCF Service - Streams.html
index f2ebb1f9e..6c7879b8e 100644
--- a/docs/TCF Service - Streams.html
+++ b/docs/TCF Service - Streams.html
@@ -9,6 +9,8 @@
<h1>Target Communication Framework Services - Streams</h1>
<ul>
+ <li><a href='#VersionHistory'>Version History</a>
+ <li><a href='#Overview'>Overview</a>
<li><a href='#Cmds'>Commands</a>
<ul>
<li><a href='#CmdSubscribe'>Subscribe</a>
@@ -25,6 +27,25 @@
<h1>Streams Service</h1>
+<h2><a name='VersionHistory'>Version History</a></h2>
+
+<table border=1 cellpadding=8>
+ <tr>
+ <th>Version
+ <th>Date
+ <th>Change
+ <tr>
+ <td>0.1
+ <td>2009-03-17
+ <td>Initial contribution
+ <tr>
+ <td>0.2
+ <td>2009-05-18
+ <td>Added connect command
+</table>
+
+<h2><a name='Overview'>Overview</a></h2>
+
<p>Streams service is a generic interface to support streaming of data between host and remote agents.
<p>The service supports:

Back to the top