OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | May 2008 Index

<--  Date Index  --> <--  Thread Index  -->

[fractal-commits] [7805] sandbox/debrouxl/comanche/src/main/cecilia/comanche:Cecilia Comanche example: add "START SNIPPET: Content" comments (used for creating Maven sites) to the sources.


Title: [7805] sandbox/debrouxl/comanche/src/main/cecilia/comanche: Cecilia Comanche example: add "START SNIPPET: Content" comments (used for creating Maven sites) to the sources.
Revision
7805
Author
debrouxl
Date
2008-05-28 13:24:42 +0200 (Wed, 28 May 2008)

Log Message

Cecilia Comanche example: add "START SNIPPET: Content" comments (used for creating Maven sites) to the sources.

Modified Paths

Diff

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Analyzer.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Analyzer.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Analyzer.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Analyzer" extends="comanche.AnalyzerType">
   <content class="comanche.RequestAnalyzer"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/AnalyzerType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/AnalyzerType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/AnalyzerType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.AnalyzerType">
   <interface name="a" signature="comanche.RequestHandler" role="server"/>
   <interface name="l" signature="comanche.Logger" role="client"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Backend.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Backend.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Backend.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Backend" extends="comanche.HandlerType">
   <component name="ra" definition="comanche.Analyzer"/>
   <component name="rh" definition="comanche.Handler"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/BasicLogger.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/BasicLogger.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/BasicLogger.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 
 /** Declare component internal data, empty here. */

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Comanche.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Comanche.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Comanche.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Comanche" extends="comanche.ComancheType">
   <component name="fe" definition="comanche.Frontend"/>
   <component name="be" definition="comanche.Backend"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/ComancheType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/ComancheType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/ComancheType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.ComancheType">
   <!-- 'main' interface. The entry point of the Comanche application -->
   <interface name="main" role="server" signature="boot.api.Main" />

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Dispatcher.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Dispatcher.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Dispatcher.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Dispatcher" extends="comanche.DispatcherType">
   <content class="comanche.RequestDispatcher"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/DispatcherType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/DispatcherType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/DispatcherType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.DispatcherType" extends="comanche.HandlerType">
   <interface name="h" signature="comanche.RequestHandler" cardinality="collection" role="client"/>
   <!-- Need the binding controller because of the "collection" cardinality of interface "h" -->

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Empty.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Empty.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Empty.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 /**
  * This empty component is a hack which enables using plain C source
  * files in C/thinkMC source code. See the Cecilia FAQ for more information.

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorCodes.h (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorCodes.h	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorCodes.h	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 /**
  * Error code definitions for Cecilia Comanche example.
  */

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorHandler.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorHandler.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorHandler.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.ErrorHandler" extends="comanche.HandlerType">
   <content class="comanche.ErrorRequestHandler"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorRequestHandler.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorRequestHandler.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/ErrorRequestHandler.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileHandler.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileHandler.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileHandler.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.FileHandler" extends="comanche.HandlerType">
   <content class="comanche.FileRequestHandler"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileRequestHandler.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileRequestHandler.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/FileRequestHandler.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Frontend.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Frontend.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Frontend.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Frontend" extends="comanche.FrontendType">
   <component name="rr" definition="comanche.Receiver"/>
   <component name="s" definition="comanche.MultiThreadScheduler"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/FrontendType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/FrontendType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/FrontendType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.FrontendType">
   <interface name="rh" role="client" signature="comanche.RequestHandler" />
   <!-- 'main' interface. The entry point of the application -->

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/FunctionArgTypes.h (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/FunctionArgTypes.h	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/FunctionArgTypes.h	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 /**
  * This files defines the opaque data types passed as void * (Cecilia IDL "any")
  * between multiple components.

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Handler.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Handler.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Handler.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Handler" extends="comanche.HandlerType">
   <component name="rd" definition="comanche.Dispatcher"/>
   <component name="frh" definition="comanche.FileHandler"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/HandlerType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/HandlerType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/HandlerType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.HandlerType">
   <interface name="rh" signature="comanche.RequestHandler" role="server"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Library.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Library.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Library.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Library">
   <content class="comanche.Empty">
     <include file="comanche.Semaphore"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Logger" extends="comanche.LoggerType">
   <content class="comanche.BasicLogger"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.idl (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.idl	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Logger.idl	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,3 +1,4 @@
+// START SNIPPET: Content
 package comanche;
 
 /**

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/LoggerType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/LoggerType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/LoggerType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.LoggerType">
   <interface name="l" signature="comanche.Logger" role="server"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/MultiThreadScheduler.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.MultiThreadScheduler" extends="comanche.SchedulerType">
   <content class="comanche.MultiThreadScheduler"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Receiver.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Receiver.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Receiver.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.Receiver" extends="comanche.ReceiverType">
   <content class="comanche.RequestReceiver"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/ReceiverType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/ReceiverType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/ReceiverType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.ReceiverType">
   <interface name="rh" signature="comanche.RequestHandler" role="client"/>
   <interface name="s" signature="comanche.Scheduler" role="client"/>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestAnalyzer.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestAnalyzer.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestAnalyzer.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 /** Declare component internal data, empty here. */
 DECLARE_DATA {
 } ;

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestDispatcher.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestDispatcher.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestDispatcher.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 #include <string.h>
 

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestHandler.idl (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestHandler.idl	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestHandler.idl	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,3 +1,4 @@
+// START SNIPPET: Content
 package comanche;
 
 /**

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestReceiver.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestReceiver.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/RequestReceiver.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <pthread.h>
 
 /** Declare component internal data, empty here */

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Scheduler.idl (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Scheduler.idl	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Scheduler.idl	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,3 +1,4 @@
+// START SNIPPET: Content
 package comanche;
 
 /**

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/SchedulerType.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/SchedulerType.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/SchedulerType.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.SchedulerType">
   <interface name="s" signature="comanche.Scheduler" role="server"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include "Semaphore.h"
 
 void semInit(Semaphore *s, int n) {

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.h (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.h	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/Semaphore.h	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <pthread.h>
 
 /** A semaphore type, implemented with a POSIX mutex and POSIX condition */

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -22,6 +22,7 @@
  * Authors: Matthieu Leclercq, Lionel Debroux.
  */
 
+// START SNIPPET: Content
 #include <stdio.h>
 
 /** Declare component internal data, empty here */

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.fractal (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.fractal	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/SequentialScheduler.fractal	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE definition PUBLIC "-//objectweb.org//DTD Fractal ADL 2.0//EN" "classpath://org/objectweb/fractal/cecilia/adl/parser/xml/cecilia.dtd">
 
+<!-- START SNIPPET: Content -->
 <definition name="comanche.SequentialScheduler" extends="comanche.SchedulerType">
   <content class="comanche.SequentialScheduler"/>
 </definition>

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.c (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.c	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.c	2008-05-28 11:24:42 UTC (rev 7805)
@@ -6,6 +6,7 @@
  * ISBN-13: 978-0130340740
  */
 
+// START SNIPPET: Content
 #include "csapp.h"
 
 handler_t *Signal(int signum, handler_t *handler)

Modified: sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.h (7804 => 7805)


--- sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.h	2008-05-28 09:38:09 UTC (rev 7804)
+++ sandbox/debrouxl/comanche/src/main/cecilia/comanche/csapp.h	2008-05-28 11:24:42 UTC (rev 7805)
@@ -1,3 +1,4 @@
+// START SNIPPET: Content
 /**
  * This header file contains portions of csapp.h/c, known from
  * Computer Systems: A Programmer's Perspective


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.