florian 20 سال پیش
والد
کامیت
da85b90f65
1فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 9 2
      rtl/inc/objpash.inc

+ 9 - 2
rtl/inc/objpash.inc

@@ -50,7 +50,7 @@
        E_NOINTERFACE = hresult($80004002);
        E_NOINTERFACE = hresult($80004002);
        E_UNEXPECTED  = hresult($8000FFFF);
        E_UNEXPECTED  = hresult($8000FFFF);
        E_NOTIMPL     = hresult($80004001);
        E_NOTIMPL     = hresult($80004001);
-  
+
      type
      type
        TextFile = Text;
        TextFile = Text;
 
 
@@ -107,6 +107,10 @@
          Entries: array[0..0] of tinterfaceentry;
          Entries: array[0..0] of tinterfaceentry;
        end;
        end;
 
 
+       TMethod = record
+         Code, Data : Pointer;
+       end;
+
        TObject = class
        TObject = class
        public
        public
           { please don't change the order of virtual methods, because
           { please don't change the order of virtual methods, because
@@ -308,7 +312,10 @@
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.26  2005-01-31 19:41:39  peter
+  Revision 1.27  2005-02-01 19:32:14  florian
+    + tmethod
+
+  Revision 1.26  2005/01/31 19:41:39  peter
     * interface additions
     * interface additions
 
 
   Revision 1.25  2005/01/26 17:07:10  peter
   Revision 1.25  2005/01/26 17:07:10  peter