mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Many minor fixes for autogsdoc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b26f86d146
commit
d7e28f6deb
128 changed files with 697 additions and 456 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Implementation of host class
|
||||
/** Implementation of host class
|
||||
Copyright (C) 1996, 1997,1999 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Luke Howard <lukeh@xedoc.com.au>
|
||||
|
@ -416,7 +416,7 @@ static NSString *myHostName = nil;
|
|||
[_hostCacheLock unlock];
|
||||
}
|
||||
|
||||
+ (BOOL) isHostCacheEnabled;
|
||||
+ (BOOL) isHostCacheEnabled
|
||||
{
|
||||
return _hostCacheEnabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue