Explorar el Código

* Fix bug #37601: add some attribte definitions

git-svn-id: trunk@46505 -
michael hace 5 años
padre
commit
8bc2326b77
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      rtl/inc/objpash.inc

+ 5 - 1
rtl/inc/objpash.inc

@@ -440,7 +440,11 @@
          constructor Create;
        end;
        {$POP}
-
+       WeakAttribute = class(TCustomAttribute);
+       UnsafeAttribute = class(TCustomAttribute);
+       RefAttribute = class(TCustomAttribute);
+       VolatileAttribute = class(TCustomAttribute);
+  
     Const
        ExceptProc : TExceptProc = Nil;
        RaiseProc : TExceptProc = Nil;