get rid of two more references to pvIOC

This commit is contained in:
mrkraimer
2015-10-28 07:29:48 -04:00
parent e6e7902831
commit c717138c7d
2 changed files with 2 additions and 4 deletions

View File

@ -263,7 +263,7 @@ to learn how to implement a service.</p>
<dt>PVRecord and PVDatabase</dt>
<dd>Defined below.</dd>
<dt>The localChannelProvider itself</dt>
<dd>This is the C++ implementation of package pvAccess in pvIOCJava.
<dd>
The localChannelProvider accesses data from PVRecords.
It implements all channel methods except channelRPC,
which is implemented by pvAccessCPP.
@ -1659,7 +1659,6 @@ to issue gets when process is called.</p>
<h2>examplePowerSupply</h2>
<p>This is an example of creating a service that requires a somewhat complicated
top level PVStructure.
It is similar to the powerSupply example that is provided with pvIOCJava.
Look at the code for details.
</p>
<h2>Array Performance and Memory Example</h2>

View File

@ -263,7 +263,7 @@ to learn how to implement a service.</p>
<dt>PVRecord and PVDatabase</dt>
<dd>Defined below.</dd>
<dt>The localChannelProvider itself</dt>
<dd>This is the C++ implementation of package pvAccess in pvIOCJava.
<dd>
The localChannelProvider accesses data from PVRecords.
It implements all channel methods except channelRPC,
which is implemented by pvAccessCPP.
@ -1659,7 +1659,6 @@ to issue gets when process is called.</p>
<h2>examplePowerSupply</h2>
<p>This is an example of creating a service that requires a somewhat complicated
top level PVStructure.
It is similar to the powerSupply example that is provided with pvIOCJava.
Look at the code for details.
</p>
<h2>Array Performance and Memory Example</h2>