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: Sun, 11 Aug 2002 09:50:04 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      02/08/11 09:50:04

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

Log message:
        Add more.

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

Patches:
Index: gnue/appserver/src/_featuretest/thekitchensink.godl
diff -c gnue/appserver/src/_featuretest/thekitchensink.godl:1.2 
gnue/appserver/src/_featuretest/thekitchensink.godl:1.3
*** gnue/appserver/src/_featuretest/thekitchensink.godl:1.2     Wed Jul 24 
23:01:01 2002
--- gnue/appserver/src/_featuretest/thekitchensink.godl Sun Aug 11 09:50:04 2002
***************
*** 130,133 ****
        <declarators>
          <declarator>trout_type</declarator>
        </declarators>
!     </tyepdef>
\ No newline at end of file
--- 130,241 ----
        <declarators>
          <declarator>trout_type</declarator>
        </declarators>
!     </tyepdef>
! 
!     <typedef>
!       <type_spec>
!         <dictionary>
!           <key>
!             <type_spec>float</type_spec>
!           </key>
!           <value>
!             <type_spec>float</type_spec>
!           </value>
!         </dictionary>
!       </type_spec>
!       <declarators>
!         <declarator>DictionaryType</declarator>
!       </declarators>
!     </typedef>
! 
!     <typedef>
!       <type_spec>
!         <set><type_spec>float</type_spec></set>
!       </type_spec>
!       <declarators>
!         <declarator>SetType</declarator>
!       </declarators>
!     </typedef>
! 
!     <typedef>
!       <type_spec>
!         <list><type_spec>float</type_spec></list>
!       </type_spec>
!       <declarators>
!         <declarator>ListType</declarator>
!       </declarators>
!     </typedef>
! 
!     <typedef>
!       <type_spec>
!         <bag><type_spec>float</type_spec></bag>
!       </type_spec>
!       <declarators>
!         <declarator>BagType</declarator>
!       </declarators>
!     </typedef>
! 
!     <!-- Forward declarations -->
!     <interface id="GNUe::Sadist"/>
!     <class id="GNUe::Goats::Chillywilly"/>
! 
!     <const id="BIGINT">
!       <type_spec>
!         <unsigned_long>10000L</unsigned_long>
!       </type_spec>
!     </const>
! 
!     <exception id="NoModuleError">
!       <parameters>
!         <type_spec>string</type_spec>
!         <declarators>
!           <declarator>what</declarator>
!         </declarators>
!         <type_spec>short</type_spec>
!         <declarators>
!           <declarator>line</declarator>
!         </declarators>
!       </parameters>
!     </exception>
! 
!     <exception id="FubarError"/>
! 
!     <interface id="KungFu">
!       <operation id="Kick">
!         <type_spec>void</type_spec>
!       </operation>
!       <operation id="Punch">
!         <type_spec>void</type_spec>
!       </operation>
!     </interface>
! 
!     <class id="Dragon">
!       <id>Dragon</id>
!       <inherits>
!         <interface>KungFu</interface>
!       </inherits>
!       <attribute>
!         <type_spec>string</type_spec>
!         <name>sensai</name>
!       </attribute>
!       <operation>
!         <type_spec>void</type_spec>
!         <id>dragonKick</id>
!       </operation>
!       <operation>
!         <type_spec>void</type_spec>
!         <id>dragonPunch</id>
!       </operation>
!     </class>
! 
!     <module>
!       <id>GNUe</id>
!       <odl_specification>
!         <odl_definition>
! 
!           <typedef>
!             <type_spec>float</type_spec>
!             <declarators>
!               <declarator>Float</declarator>
!             </declarators>
!           </typedef>
\ No newline at end of file




reply via email to

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