]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idl/traps.idl
IDL updates.
[polintos/scott/priv.git] / idl / traps.idl
index 8860de517fcf78ba7f52b77b98eb75dc2764242b..17cb596b9954ba419a2eccfe1039c009e5ce1092 100644 (file)
@@ -59,7 +59,7 @@ interface TrapMaskTable {
        };
 
        struct MaskEntry {
-               System.Objects.Struct trap;
+//             System.Objects.Struct trap;
                MaskState state;
        };
 
@@ -75,7 +75,7 @@ interface TrapMaskTable {
        // this (it will be either the given trap, or the nearest ancestor
        // with a mask entry).
        
-       get_mask(System.Objects.Struct trap, MaskEntry mask out);
+//     get_mask(System.Objects.Struct trap, MaskEntry mask out);
 
        // Set the entire mask table as an unsorted linear list of entries.
        // If override is true, this replaces the existing mask table.