From 0b0329b2f6674de9f163b18653e51cf097690754 Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 12 Mar 1996 14:54:34 +0000 Subject: [PATCH] Declare new method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1109 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/Connection.h | 1 + Source/objects/Connection.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Headers/gnustep/base/Connection.h b/Headers/gnustep/base/Connection.h index 9310acdf1..cd8699d7b 100644 --- a/Headers/gnustep/base/Connection.h +++ b/Headers/gnustep/base/Connection.h @@ -152,6 +152,7 @@ - (void) setDelegate: anObj; - (void) invalidate; +- (BOOL) isValid; /* Only subclassers and power-users need worry about these */ - (Proxy*) proxyForTarget: (unsigned)target; diff --git a/Source/objects/Connection.h b/Source/objects/Connection.h index 9310acdf1..cd8699d7b 100644 --- a/Source/objects/Connection.h +++ b/Source/objects/Connection.h @@ -152,6 +152,7 @@ - (void) setDelegate: anObj; - (void) invalidate; +- (BOOL) isValid; /* Only subclassers and power-users need worry about these */ - (Proxy*) proxyForTarget: (unsigned)target;