Browse Source

+ oo_dispinterface added

florian 23 years ago
parent
commit
3058a57591
1 changed files with 6 additions and 2 deletions
  1. 6 2
      compiler/symconst.pas

+ 6 - 2
compiler/symconst.pas

@@ -205,7 +205,8 @@ type
     odt_object,
     odt_object,
     odt_interfacecom,
     odt_interfacecom,
     odt_interfacecorba,
     odt_interfacecorba,
-    odt_cppclass
+    odt_cppclass,
+    odt_dispinterface
   );
   );
 
 
   { options for objects and classes }
   { options for objects and classes }
@@ -338,7 +339,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.37  2002-11-29 22:31:20  carl
+  Revision 1.38  2002-12-05 14:44:38  florian
+    + oo_dispinterface added
+
+  Revision 1.37  2002/11/29 22:31:20  carl
     + unimplemented hint directive added
     + unimplemented hint directive added
     * hint directive parsing implemented
     * hint directive parsing implemented
     * warning on these directives
     * warning on these directives