diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-15 09:04:10 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-15 09:04:10 +0200 |
commit | d911a6ba443409a033a253d4be090472eeebe136 (patch) | |
tree | e9a80566d954ac310eef43aa8a53281068c78d8c /ACE/bin/FOCUS/PROBLEM-REPORT-FORM | |
parent | c4559d9048a3f386528984d8f5d96259642a6a2b (diff) | |
download | ATCD-d911a6ba443409a033a253d4be090472eeebe136.tar.gz |
Removed FOCUS which uses specialization files to patch the TAO source code. Hasn't been maintained for a long time and was purely research
* ACE/bin/FOCUS/FOCUS.pl:
* ACE/bin/FOCUS/NEWS:
* ACE/bin/FOCUS/PROBLEM-REPORT-FORM:
* ACE/bin/FOCUS/Parser/FOCUSParser.pm:
* ACE/bin/FOCUS/README:
* ACE/bin/FOCUS/VERSION:
* ACE/bin/FOCUS/docs/FOCUS.html:
* ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl:
* ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl:
* ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl:
* ACE/bin/FOCUS/specializations/README:
* ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl:
* ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl:
* ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl:
* ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl:
* ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl:
Deleted.
* ACE/ace/Asynch_Pseudo_Task.h:
* ACE/ace/Reactor.cpp:
* ACE/ace/Reactor.h:
* ACE/ace/Reactor.inl:
* ACE/ace/Select_Reactor.h:
* ACE/ace/Select_Reactor_Base.h:
* ACE/ace/Select_Reactor_T.cpp:
* ACE/ace/Select_Reactor_T.h:
* ACE/ace/Timer_Queue_T.cpp:
* TAO/tao/Connection_Handler.cpp:
* TAO/tao/Connection_Handler.h:
* TAO/tao/Connection_Handler.inl:
* TAO/tao/Endpoint.cpp:
* TAO/tao/Endpoint.h:
* TAO/tao/GIOP_Message_Base.cpp:
* TAO/tao/IIOP_Acceptor.cpp:
* TAO/tao/IIOP_Acceptor.h:
* TAO/tao/IIOP_Connection_Handler.cpp:
* TAO/tao/IIOP_Connector.cpp:
* TAO/tao/IIOP_Connector.h:
* TAO/tao/IIOP_Endpoint.cpp:
* TAO/tao/IIOP_Endpoint.h:
* TAO/tao/IIOP_Profile.cpp:
* TAO/tao/IIOP_Profile.h:
* TAO/tao/IIOP_Transport.cpp:
* TAO/tao/PortableServer/Servant_Base.cpp:
* TAO/tao/Profile.cpp:
* TAO/tao/Profile.h:
* TAO/tao/Strategies/advanced_resource.cpp:
* TAO/tao/Transport.cpp:
* TAO/tao/Transport.h:
* TAO/tao/Transport_Acceptor.cpp:
* TAO/tao/Transport_Acceptor.h:
* TAO/tao/Transport_Connector.cpp:
* TAO/tao/Transport_Connector.h:
* TAO/tao/Wait_On_Leader_Follower.cpp:
* TAO/tao/Wait_On_Read.cpp:
* TAO/tao/Wait_Strategy.cpp:
* TAO/tao/default_client.cpp:
* TAO/tao/default_resource.cpp:
* TAO/tests/Bug_3531b_Regression/server.cpp:
Diffstat (limited to 'ACE/bin/FOCUS/PROBLEM-REPORT-FORM')
-rw-r--r-- | ACE/bin/FOCUS/PROBLEM-REPORT-FORM | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/ACE/bin/FOCUS/PROBLEM-REPORT-FORM b/ACE/bin/FOCUS/PROBLEM-REPORT-FORM deleted file mode 100644 index 9538e1d58df..00000000000 --- a/ACE/bin/FOCUS/PROBLEM-REPORT-FORM +++ /dev/null @@ -1,45 +0,0 @@ -To: arvindk@dre.vanderbilt.edu -Subject: [area]: [synopsis] - - TAO VERSION: - ACE VERSION: - - HOST MACHINE and OPERATING SYSTEM: - - - TARGET MACHINE and OPERATING SYSTEM, if different from HOST: - COMPILER NAME AND VERSION (AND PATCHLEVEL): - - FOCUS COMMAND LINE OPTION - [What command line option did you use for FOCUS?] - - AREA/CLASS/EXAMPLE AFFECTED: -[What example failed? What module failed to compile?] - - DOES THE PROBLEM AFFECT: - COMPILATION? - [ What compiler are you using? Please cut n paste the - compilation error.] - - LINKING? - [ On Unix systems, did you run make realclean first?] - EXECUTION? - OTHER (please specify)? - -[Please indicate whether ACE/TAO, your application, or both are affected.] - - SYNOPSIS: -[Brief description of the problem] - - DESCRIPTION: -[Detailed description of problem. Don't just say "<blah> -doesn't work, here's a fix," explain what your program does -to get to the <blah> state. ] - - SAMPLE FIX/WORKAROUND: -[If available ] - - ACE+TAO INSTRUMENTED FILES: - Please if possible attach the ACE+TAO instrumented files (source - files) that affected your application. (Please use a compression - utility for sending the attachments) |