mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 09:01:05 +00:00
(ConnectionBecameInvalidNotification): Declare extern new String.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2283a8beb1
commit
c669aba353
2 changed files with 4 additions and 0 deletions
|
@ -210,4 +210,6 @@ extern NSString *ConnectionBecameInvalidNotification;
|
||||||
|
|
||||||
#define CONNECTION_DEFAULT_TIMEOUT 15000 /* in milliseconds */
|
#define CONNECTION_DEFAULT_TIMEOUT 15000 /* in milliseconds */
|
||||||
|
|
||||||
|
extern NSString *ConnectionBecameInvalidNotification;
|
||||||
|
|
||||||
#endif /* __Connection_h_OBJECTS_INCLUDE */
|
#endif /* __Connection_h_OBJECTS_INCLUDE */
|
||||||
|
|
|
@ -210,4 +210,6 @@ extern NSString *ConnectionBecameInvalidNotification;
|
||||||
|
|
||||||
#define CONNECTION_DEFAULT_TIMEOUT 15000 /* in milliseconds */
|
#define CONNECTION_DEFAULT_TIMEOUT 15000 /* in milliseconds */
|
||||||
|
|
||||||
|
extern NSString *ConnectionBecameInvalidNotification;
|
||||||
|
|
||||||
#endif /* __Connection_h_OBJECTS_INCLUDE */
|
#endif /* __Connection_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Reference in a new issue