mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Changes to support clang's __attribute__((objc_root_class)).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc384c63a3
commit
383d5ccec2
11 changed files with 10549 additions and 7607 deletions
|
@ -129,7 +129,7 @@ enum proxyLocation
|
|||
* instance, we will get a pre-existing one, so we don't want to go
|
||||
* allocating the memory for a new instance unless absolutely necessary.
|
||||
*/
|
||||
@interface GSDistantObjectPlaceHolder
|
||||
GS_ROOT_CLASS @interface GSDistantObjectPlaceHolder
|
||||
+ (id) initWithCoder: (NSCoder*)aCoder;
|
||||
+ (id) initWithLocal: (id)anObject connection: (NSConnection*)aConnection;
|
||||
+ (id) initWithTarget: (unsigned)target connection: (NSConnection*)aConnection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue