Просмотр исходного кода

* Fix bug #37601: add some attribte definitions

git-svn-id: trunk@46505 -
michael 5 лет назад
Родитель
Сommit
8bc2326b77
1 измененных файлов с 5 добавлено и 1 удалено
  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;