<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -124,6 +124,8 @@ namespace RTT
     {
         TypeInfoRepository::shared_ptr ti = TypeInfoRepository::Instance();
 
+        ti-&gt;addType( new TemplateTypeInfo&lt;short, true&gt;(&quot;short&quot;) );
+        ti-&gt;addType( new TemplateTypeInfo&lt;unsigned short, true&gt;(&quot;ushort&quot;) );
         ti-&gt;addType( new TemplateTypeInfo&lt;int, true&gt;(&quot;int&quot;) );
         ti-&gt;addType( new TemplateTypeInfo&lt;unsigned int, true&gt;(&quot;uint&quot;) );
         ti-&gt;addType( new TemplateTypeInfo&lt;double, true&gt;(&quot;double&quot;) );
@@ -133,6 +135,7 @@ namespace RTT
         ti-&gt;addType( new TemplateTypeInfo&lt;PropertyBag, false&gt;(&quot;PropertyBag&quot;) );
         ti-&gt;addType( new TemplateTypeInfo&lt;float, true&gt;(&quot;float&quot;) );
         ti-&gt;addType( new TemplateTypeInfo&lt;char, true&gt;(&quot;char&quot;) );
+        ti-&gt;addType( new TemplateTypeInfo&lt;unsigned char, true&gt;(&quot;uchar&quot;) );
         ti-&gt;addType( new StdVectorTypeInfo(&quot;array&quot;) );
 #endif
 </diff>
      <filename>src/RealTimeToolkit.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3824f6dccff6a8b804743589a8a4980d4e9af34f</id>
    </parent>
  </parents>
  <author>
    <name>Janosch Machowinski</name>
    <email>Janosch.Machowinski@dfki.de</email>
  </author>
  <url>http://github.com/doudou/orocos-rtt/commit/d2b3831c2ffab7a923dd310f56ba3e302e5ea0af</url>
  <id>d2b3831c2ffab7a923dd310f56ba3e302e5ea0af</id>
  <committed-date>2008-12-19T07:31:38-08:00</committed-date>
  <authored-date>2008-11-26T07:50:12-08:00</authored-date>
  <message>rtt: define some other useful types in the default toolkit</message>
  <tree>abca5b45ebc61b08578d2e6a28943e58ad71bdd8</tree>
  <committer>
    <name>Sylvain Joyeux</name>
    <email>sylvain.joyeux@dfki.de</email>
  </committer>
</commit>
