commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/appserver/src/_featuretest thekitchensink....


From: Daniel E. Baumann
Subject: gnue/appserver/src/_featuretest thekitchensink....
Date: Thu, 15 Aug 2002 22:51:43 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      02/08/15 22:51:42

Modified files:
        appserver/src/_featuretest: thekitchensink.godl 

Log message:
        More crap. Why did I make this file so damned large?

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/_featuretest/thekitchensink.godl.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/appserver/src/_featuretest/thekitchensink.godl
diff -c gnue/appserver/src/_featuretest/thekitchensink.godl:1.3 
gnue/appserver/src/_featuretest/thekitchensink.godl:1.4
*** gnue/appserver/src/_featuretest/thekitchensink.godl:1.3     Sun Aug 11 
09:50:04 2002
--- gnue/appserver/src/_featuretest/thekitchensink.godl Thu Aug 15 22:51:42 2002
***************
*** 233,241 ****
        <odl_specification>
          <odl_definition>
  
            <typedef>
              <type_spec>float</type_spec>
              <declarators>
                <declarator>Float</declarator>
              </declarators>
!           </typedef>
\ No newline at end of file
--- 233,646 ----
        <odl_specification>
          <odl_definition>
  
+           <!-- base types -->
            <typedef>
              <type_spec>float</type_spec>
              <declarators>
                <declarator>Float</declarator>
              </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>double</type_spec>
!             <declarators>
!               <declarator>Double</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>long</type_spec>
!             <declarators>
!               <declarator>Long</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>long long</type_spec>
!             <declarators>
!               <declarator>Long Long</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>short</type_spec>
!             <declarators>
!               <declarator>Short</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>unsigned long</type_spec>
!             <declarators>
!               <declarator>Unsigned Long</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>unsigned short</type_spec>
!             <declarators>
!               <declarator>Unsigned Short</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>char</type_spec>
!             <declarators>
!               <declarator>Char</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>boolean</type_spec>
!             <declarators>
!               <declarator>Bool</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>octet</type_spec>
!             <declarators>
!               <declarator>Octet</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>date</type_spec>
!             <declarators>
!               <declarator>Date</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>time</type_spec>
!             <declarators>
!               <declarator>Time</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>interval</type_spec>
!             <declarators>
!               <declarator>Interval</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>timestamp</type_spec>
!             <declarators>
!               <declarator>Timestamp</declarator>
!             </declarators>
!           </typedef>
! 
!            <!-- array types -->
!           <typedef>
!             <type_spec>
!               <array><type_spec>float</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>FloatArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>float</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>FloatArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>double</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>DoubleArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>long long</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>LongLongArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>long</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>LongArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>short</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>ShortArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>unsigned long</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>UnsignedLongArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>unsigned short</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>UnsignedShortArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>char</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>CharArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>boolean</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>BooleanArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>octet</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>OctetArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>date</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>DateArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>time</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>TimeArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>interval</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>IntervalArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <array><type_spec>timestamp</type_spec></array>
!             </type_spec>
!             <declarators>
!               <declarator>TimestampArray</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <sequence><type_spec>float</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>FloatSequence</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <sequence><type_spec>double</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>DoubleSequence</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <sequence><type_spec>long long</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>LongLongSequence</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <sequence><type_spec>long</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>LongSequence</declarator>
!             </declarators>
!           </typedef>
! 
!           <typedef>
!             <type_spec>
!               <sequence><type_spec>short</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>ShortSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>unsigned long</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>UnsignedLongSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>unsigned short</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>UnsignedShortSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>char</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>CharSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>boolean</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>BooleanSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>octet</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>OctetSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>date</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>DateSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>time</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>TimeSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>interval</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>IntervalSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <sequence><type_spec>timestamp</type_spec></sequence>
!             </type_spec>
!             <declarators>
!               <declarator>IntervalSequence</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <type_spec>string</type_spec>
!             </type_spec>
!             <declarators>
!               <declarator>String</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               <type_spec size="2">string</type_spec>
!             </type_spec>
!             <declarators>
!               <declarator>StringArray</declarator>
!             </declarators>
!           </typedef>
! 
!            <typedef>
!             <type_spec>
!               
<type_spec><scoped_name>GNUe::Goats::Goat</scoped_name></type_spec>
!             </type_spec>
!             <declarators>
!               <declarator>Hacker</declarator>
!             </declarators>
!           </typedef>
! 
!     <struct>
!       <id>Foo</id>
!       <members>
!         <member>
!           <type_spec>short</type_spec>
!           <declarators>
!             <declarator>fubar</declarator>
!           </declarators>
!         </member>
!         <member>
!           <type_spec>long</type_spec>
!           <declarators>
!             <declarator>foobar</declarator>
!           </declarators>
!         </member>
!         <member>
!           <type_spec><array><type_spec>long</type_spec></array></type_spec>
!           <declarators>
!             <declarator>fubarz</declarator>
!           </declarators>
!         </member>
!       </members>
!     </struct>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]