mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Include some files.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f743191f63
commit
5d7b3eafbc
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#ifndef __NSConnection_h_GNUSTEP_BASE_INCLUDE
|
||||
#define __NSConnection_h_GNUSTEP_BASE_INCLUDE
|
||||
|
||||
#include <gnustep/base/preface.h>
|
||||
#include <Foundation/NSDistantObject.h>
|
||||
#include <Foundation/NSTimer.h>
|
||||
|
||||
@interface NSConnection : NSObject
|
||||
{
|
||||
}
|
||||
|
@ -65,3 +72,5 @@
|
|||
@end
|
||||
|
||||
#define NSConnectionDeath ConnectionBecameInvalid
|
||||
|
||||
#endif /* __NSConnection_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue