diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-08-08 12:47:29 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-08-08 12:47:29 +0000 |
commit | fe996f8b687a486bb7e0402cc052400b64169656 (patch) | |
tree | cde29f1a6f43bc1e8583b4c35bed99f8380e3802 /CIAO/etc | |
parent | c8ca69ef0bfa9958440793e5c32ac194383022e4 (diff) | |
download | ATCD-fe996f8b687a486bb7e0402cc052400b64169656.tar.gz |
Sun Aug 8 12:46:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/impl/DDS_Listen_T.cpp:
* connectors/dds4ccm/impl/DDS_StateListen_T.h:
* connectors/dds4ccm/impl/DDS_StateListen_T.cpp:
* connectors/dds4ccm/impl/DataReaderListener_T.h:
* connectors/dds4ccm/impl/DataReaderListener_T.cpp:
* connectors/dds4ccm/impl/DataReaderStateListener_T.h:
* connectors/dds4ccm/impl/DataReaderStateListener_T.cpp:
Pass the control and conditionmanager by reference to the listeners,
they are always there and no need to check them for nill
* etc/ciao_dds4ccm.doxygen:
Updated links to TAO doxygen documentation
Diffstat (limited to 'CIAO/etc')
-rw-r--r-- | CIAO/etc/ciao_dds4ccm.doxygen | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/CIAO/etc/ciao_dds4ccm.doxygen b/CIAO/etc/ciao_dds4ccm.doxygen index 13d40d34583..eec39cfe6d4 100644 --- a/CIAO/etc/ciao_dds4ccm.doxygen +++ b/CIAO/etc/ciao_dds4ccm.doxygen @@ -137,14 +137,13 @@ EXPAND_AS_DEFINED = ACE_RCSID \ TAGFILES = html/ace/ACE.tag=../../ace \ html/tao/TAO.tag=../tao \ html/ace/ssl/ACE_SSL.tag=../../ace/ssl \ - html/tao/portableserver/TAO_PortableServer.tag=../tao/portableserver \ - html/tao/iortable/TAO_IORTable.tag=../tao/iortable \ - html/tao/rtcorba/TAO_RTCORBA.tag=../tao/rtcorba \ - html/tao/security/TAO_Security.tag=../tao/security \ + html/tao/portableserver/TAO_PortableServer.tag=....//tao/portableserver \ + html/tao/iortable/TAO_IORTable.tag=../../tao/iortable \ + html/tao/rtcorba/TAO_RTCORBA.tag=../../tao/rtcorba \ + html/tao/security/TAO_Security.tag=../../tao/security \ html/acexml/ACEXML.tag=../../acexml \ - html/tao/rtportableserver/TAO_RTPortableServer.tag=../tao/rtportableserver \ - html/tao/cosnaming/TAO_CosNaming.tag=../tao/cosnaming \ - html/tao/ifr/TAO_IFR.tag=../tao/ifr + html/tao/cosnaming/TAO_CosNaming.tag=../../tao/cosnaming \ + html/tao/ifr/TAO_IFR.tag=../../tao/ifr GENERATE_TAGFILE = html/ciao/dds4ccm/dds4ccm.tag ALLEXTERNALS = NO PERL_PATH = /usr/bin/perl |