<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ATCD.git/TAO/DevGuideExamples/PortableInterceptors/SimpleCodec, branch master</title>
<subtitle>github.com: DOCGroup/ATCD.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/'/>
<entry>
<title>Remove obsolescent (void) in functions with no parameters</title>
<updated>2022-09-13T20:57:39+00:00</updated>
<author>
<name>Knut Petter Svendsen</name>
<email>knut@altuma.no</email>
</author>
<published>2022-09-13T20:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=3da59eac098c1ef9d2c98f2079185ff35c3b6105'/>
<id>3da59eac098c1ef9d2c98f2079185ff35c3b6105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leading blank lines after opening {</title>
<updated>2022-09-10T10:19:28+00:00</updated>
<author>
<name>Knut Petter Svendsen</name>
<email>knut@altuma.no</email>
</author>
<published>2022-09-10T10:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0'/>
<id>60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extra newline before closing }</title>
<updated>2022-09-10T10:08:48+00:00</updated>
<author>
<name>Knut Petter Svendsen</name>
<email>knut@altuma.no</email>
</author>
<published>2022-09-10T10:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=c42abee7c0e81ed89bdfb47bf3a1bcb743cf256b'/>
<id>c42abee7c0e81ed89bdfb47bf3a1bcb743cf256b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix trailing newline in class declarations</title>
<updated>2022-09-09T14:08:01+00:00</updated>
<author>
<name>Knut Petter Svendsen</name>
<email>knut@altuma.no</email>
</author>
<published>2022-09-09T08:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=6f72892d61032d294fe1387a36ec6e04e9efa9c2'/>
<id>6f72892d61032d294fe1387a36ec6e04e9efa9c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate semi-colon</title>
<updated>2022-01-21T12:41:15+00:00</updated>
<author>
<name>Johnny Willemsen</name>
<email>jwillemsen@remedy.nl</email>
</author>
<published>2022-01-21T12:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=341eb88adc828eef2bbdc5468785224c5315d1b2'/>
<id>341eb88adc828eef2bbdc5468785224c5315d1b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Layout changes</title>
<updated>2018-06-01T12:28:30+00:00</updated>
<author>
<name>Johnny Willemsen</name>
<email>jwillemsen@remedy.nl</email>
</author>
<published>2018-06-01T12:28:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=8956a849cf8ccd48dacaf8db7b2add3df2c4a84d'/>
<id>8956a849cf8ccd48dacaf8db7b2add3df2c4a84d</id>
<content type='text'>
    * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp:
    * TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInitializer.cpp:
    * TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/ClientInitializer.cpp:
    * TAO/TAO_IDL/ast/ast_interface.cpp:
    * TAO/TAO_IDL/ast/ast_union.cpp:
    * TAO/TAO_IDL/be/be_global.cpp:
    * TAO/examples/Advanced/ch_18/client.cpp:
    * TAO/examples/Advanced/ch_18/server.h:
    * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/fp_example/client.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/mif_example/client.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/muf_example/client.cpp:
    * TAO/examples/PluggableUDP/tests/Performance/client.cpp:
    * TAO/examples/PluggableUDP/tests/Performance/server.cpp:
    * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.cpp:
    * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
    * TAO/orbsvcs/IFR_Service/be_global.cpp:
    * TAO/orbsvcs/IFR_Service/be_produce.cpp:
    * TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp:
    * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
    * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp:
    * TAO/orbsvcs/examples/CosEC/TypedSimple/Country_i.cpp:
    * TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp:
    * TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.cpp:
    * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
    * TAO/orbsvcs/orbsvcs/AV/TCP.cpp:
    * TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp:
    * TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp:
    * TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp:
    * TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp:
    * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp:
    * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h:
    * TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp:
    * TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h:
    * TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp:
    * TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInitializer.cpp:
    * TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/ClientInitializer.cpp:
    * TAO/TAO_IDL/ast/ast_interface.cpp:
    * TAO/TAO_IDL/ast/ast_union.cpp:
    * TAO/TAO_IDL/be/be_global.cpp:
    * TAO/examples/Advanced/ch_18/client.cpp:
    * TAO/examples/Advanced/ch_18/server.h:
    * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.h:
    * TAO/examples/Kokyu_dsrt_schedulers/fp_example/client.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/mif_example/client.cpp:
    * TAO/examples/Kokyu_dsrt_schedulers/muf_example/client.cpp:
    * TAO/examples/PluggableUDP/tests/Performance/client.cpp:
    * TAO/examples/PluggableUDP/tests/Performance/server.cpp:
    * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.cpp:
    * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp:
    * TAO/orbsvcs/IFR_Service/be_global.cpp:
    * TAO/orbsvcs/IFR_Service/be_produce.cpp:
    * TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp:
    * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
    * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp:
    * TAO/orbsvcs/examples/CosEC/TypedSimple/Country_i.cpp:
    * TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp:
    * TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.cpp:
    * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
    * TAO/orbsvcs/orbsvcs/AV/TCP.cpp:
    * TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp:
    * TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp:
    * TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp:
    * TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp:
    * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp:
    * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h:
    * TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp:
    * TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h:
    * TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h:
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix old buffer overflow error</title>
<updated>2015-11-18T18:24:32+00:00</updated>
<author>
<name>Phil Mesnier</name>
<email>mesnierp@ociweb.com</email>
</author>
<published>2015-11-18T18:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=1673253344ba61dd615c87d21eaed2be9b42e683'/>
<id>1673253344ba61dd615c87d21eaed2be9b42e683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced README files</title>
<updated>2015-01-07T17:56:29+00:00</updated>
<author>
<name>Johnny Willemsen</name>
<email>jwillemsen@remedy.nl</email>
</author>
<published>2015-01-07T17:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=e76c0ec84f136b31c92c9da86b97eaf0ebb61cbb'/>
<id>e76c0ec84f136b31c92c9da86b97eaf0ebb61cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perl files</title>
<updated>2015-01-07T15:56:24+00:00</updated>
<author>
<name>Johnny Willemsen</name>
<email>jwillemsen@remedy.nl</email>
</author>
<published>2015-01-07T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=169db677980c71427658d590f1d7d2f5365a94b9'/>
<id>169db677980c71427658d590f1d7d2f5365a94b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed single line Id tag</title>
<updated>2015-01-07T15:12:49+00:00</updated>
<author>
<name>Johnny Willemsen</name>
<email>jwillemsen@remedy.nl</email>
</author>
<published>2015-01-07T15:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ATCD.git/commit/?id=c88815f2039e7152d735c18650c102df84d9aa36'/>
<id>c88815f2039e7152d735c18650c102df84d9aa36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
