diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-17 15:33:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-17 15:33:19 +0000 |
commit | 73bce1fe26ea864a6e31ef0494f215b1f8562eff (patch) | |
tree | 134c756d5874a6b23af4f7aca0d72996e1191ea9 /TAO/docs | |
parent | 3994ed2abb2e7aa4d314da10856540f07878429f (diff) | |
download | ATCD-73bce1fe26ea864a6e31ef0494f215b1f8562eff.tar.gz |
ChangeLogTag: Fri Mar 17 14:21:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/pluggable_protocols/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/docs/pluggable_protocols/index.html b/TAO/docs/pluggable_protocols/index.html index 9eedd2329d7..21fc5208a62 100644 --- a/TAO/docs/pluggable_protocols/index.html +++ b/TAO/docs/pluggable_protocols/index.html @@ -374,7 +374,7 @@ object, hiding the transport- and strategy-specific details of the acceptor. <P> TAO's <TT>Acceptor</TT> interface, shown below, is declared in the file -<TT><<A HREF="../../tao/Pluggable.h">tao/Pluggable.h</A>></TT>. +<TT><<A HREF="../../tao/Transport_Acceptor.h">tao/Transport_Acceptor.h</A>></TT>. All <TT>Acceptor</TT> implementations must inherit from the <TT>TAO_Acceptor</TT> abstract base class. @@ -969,7 +969,8 @@ object and to the <TT>Transport</TT> objects that were created. </H3> <P> -TAO's <TT>Connector</TT> interface, shown below, is declared in the file <TT><<A HREF="../../tao/Pluggable.h">tao/Pluggable.h</A>></TT>. +TAO's <TT>Connector</TT> interface, shown below, is declared in the file <TT>< +<A HREF="../../tao/Transport_Connector.h">tao/Transport_Connector.h</A>></TT>. All <TT>Connector</TT> implementations must inherit from the <TT>TAO_Connector</TT> abstract base class. @@ -2199,7 +2200,7 @@ class. <P> All TAO pluggable protocol <TT>Transport</TT> classes must inherit from the -<TT>TAO_Transport</TT> abstract base class defined in <TT><<A HREF="../../tao/Pluggable.h">tao/Pluggable.h</A>></TT>. +<TT>TAO_Transport</TT> abstract base class defined in <TT><<A HREF="../../tao/Transport.h">tao/Transport.h</A>></TT>. The <TT>TAO_Transport</TT> interface is shown below. Again, only the methods that should be implemented for a given pluggable protocol are shown: |