<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -505,7 +505,8 @@ ORO_main( int argc, char** argv)
       &lt;/para&gt;
       &lt;para&gt;
 	Note that although there may be a master, it is still the
-	user's responsibility to call &lt;function&gt;execute()&lt;/function&gt;.
+	user's responsibility to get a pointer to the slave and
+	call &lt;function&gt;execute()&lt;/function&gt;.
       &lt;/para&gt;
       &lt;para&gt;
 	There is also a &lt;function&gt;trigger()&lt;/function&gt; function for</diff>
      <filename>doc/xml/orocos-corelib.xml</filename>
    </modified>
    <modified>
      <diff>@@ -498,7 +498,7 @@
   using namespace RTT;
 
   &lt;classname&gt;RTT::TaskContext&lt;/classname&gt;   tc;
-  &lt;classname&gt;RTT::PeriodicActivity&lt;/classname&gt; ptask(5, 0.01, tc.engine() );
+  tc.setActivity( new &lt;classname&gt;RTT::PeriodicActivity&lt;/classname&gt; ptask(5, 0.01) );
 
   // Watch Logger output for errors :
   tc.scripting()-&gt;loadPrograms(&quot;program.ops&quot;);
@@ -1061,7 +1061,7 @@
   using namespace RTT;
 
   &lt;classname&gt;RTT::TaskContext&lt;/classname&gt;   tc;
-  &lt;classname&gt;RTT::PeriodicActivity&lt;/classname&gt; ptask(5, 0.01, tc.engine() );
+  tc.setActivity( new &lt;classname&gt;RTT::PeriodicActivity&lt;/classname&gt; ptask(5, 0.01) );
 
   tc.scripting()-&gt;loadStateMachines( &quot;state-machine.osd&quot; );
 </diff>
      <filename>doc/xml/orocos-program-parser.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>187b86795ecec9f5c27129b21d3c5350375c6e04</id>
    </parent>
  </parents>
  <author>
    <name>psoetens</name>
    <email>psoetens@ce417995-dfc9-0310-95a0-acdaff106893</email>
  </author>
  <url>http://github.com/doudou/orocos-rtt/commit/44ce12d7c50e39fcf6e220a8c0b7697604813e1f</url>
  <id>44ce12d7c50e39fcf6e220a8c0b7697604813e1f</id>
  <committed-date>2008-12-03T02:07:28-08:00</committed-date>
  <authored-date>2008-12-03T02:07:28-08:00</authored-date>
  <message>Cleanup/removal of old usage patterns in manuals.

git-svn-id: https://svn.mech.kuleuven.be/repos/orocos/trunk/rtt@29773 ce417995-dfc9-0310-95a0-acdaff106893</message>
  <tree>23719e2b1b13bbd65b4b5c299227b0004c27d032</tree>
  <committer>
    <name>psoetens</name>
    <email>psoetens@ce417995-dfc9-0310-95a0-acdaff106893</email>
  </committer>
</commit>
