Mail Archive Home | fractal-commits List | May 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Cecilia Comanche example: add "START SNIPPET: Content" comments (used for creating Maven sites) to the sources.
--- 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>
--- 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"/>
--- 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"/>
--- 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. */
--- 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"/>
--- 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" />
--- 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>
--- 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" -->
--- 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.
--- 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.
*/
--- 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>
--- 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>
--- 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>
--- 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>
--- 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"/>
--- 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 -->
--- 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.
--- 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"/>
--- 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>
--- 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"/>
--- 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>
--- 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;
/**
--- 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>
--- 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>
--- 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>
--- 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>
--- 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"/>
--- 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 {
} ;
--- 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>
--- 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;
/**
--- 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 */
--- 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;
/**
--- 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>
--- 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) {
--- 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 */
--- 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 */
--- 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>
--- 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)
--- 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 --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.