mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
replacing default_port_class. (all_connections_local_targets): New map table; not used yet, though. (debug_connection): Temporarily set to 1. ([Connection +initialize]): Set new static vars. ([Connection +setDefaultInPortClass:]): New method. ([Connection +defaultInPortClass]): New method. ([Connection +setDefaultOutPortClass:]): New method. ([Connection +defaultOutPortClass]): New method. ([Connection -init]): Use new default_in_port_class. ([Connection +new]): Likewise. ([Connection +newWithRootObject:]): Likewise. ([Connection +newRegisteringAtName:withRootObject:]): Likewise. ([Connection +rootProxyAtName:onHost:]): Likewise. ([Connection +rootProxyAtPort:]): Likewise. ([Connection +newForInPort:outPort:ancestorConnection:]): Assert the in port. Embellish the debugging message to print the in port and out port. Set the new connection's in port and out port ivars. Register ourselves as observers of port invalidation with the NotificationDispatcher. Post a notification that a new connection was created. ([Connection -runConnectionWithTimeout:]): Use _serviceReceivedRequestsWithTimeout:. ([Connection -_newReceivedRmcWithTimeout:]): Use decodingClass, not encodingClass. ([Connection -_serviceReceivedRequestsWithTimeout:]): Method name changed from -newReceivedReplyRmcWithSequenceNumber:. ([Connection +includesLocalObject:]): New method; still needs more infrastructure to work, though. ([Connection -inPortClass]): New method. ([Connection -outPortClass]): New method. ([Connection -setInPortClass:aPortClass]): New method. ([Connection -setOutPortClass:aPortClass]): New method. ([Connection -_encoderCreateReferenceForConstPtr:]): Add 1 to map table count to get xref. ([Connection -_decoderCreateReferenceForConstPtr:]): Likewise. ([Connection -dealloc]): Remove ourselves from the NotificationDispatcher. (ConnectionWasCreatedNotification): New notification string. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1057 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
Admin | ||
config | ||
Documentation | ||
Examples | ||
Headers/gnustep/base | ||
NSCharacterSets | ||
Source | ||
Testing | ||
+cronscript | ||
+crontab | ||
+patch.sh | ||
.cvsignore | ||
aclocal.m4 | ||
BULLETIN | ||
ChangeLog | ||
config.guess | ||
configure.bat | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
CREDITS | ||
install-sh | ||
INSTALL.WIN32 | ||
MACHINES | ||
Makeconf | ||
Makefile.in | ||
Makefile.local | ||
Makefile.sed.nt | ||
mkinstalldirs | ||
NSBundle.README | ||
README.first | ||
README.foundation | ||
README.ULTRIX | ||
STATUS | ||
Version |
To: mccallum@cs.rochester.edu Subject: Re: Connection, Proxy Classes In-reply-to: Your message of "Fri, 04 Nov 1994 15:22:27 CDT." <199411042022.PAA13085@slate.cs.rochester.edu> Date: Tue, 08 Nov 1994 12:44:07 +1100 From: Masahiro Takatsuka <masa@judasa2.eng.monash.edu.au> Hello Andrew, I got libobjects and installed on DEC(Ultrix). A problem was that when I tried to compile checks/server.m, I got a error from "as0". After delete -g switch for compiling server.m, I successfully compiled it. I'd like to say "Thank you" for your work!!! Regards, Masa ============================================================================ Masahiro Takatsuka (MASA) e-mail: Masahiro.Takatsuka@eng.monash.edu.au(non-NeXTmail) ---------------------------------------------------------------------------- Intelligent Robotics Research Center :OzNeXT :xxxxxx Eng. Building 36, Room No. G04 :NeXus :92-00226 Department of Electrical & :CompuServe :71661,1331 Computer Systems Engineering :Nifty-serve :MGG1331 Monash University : Wellington Rd., Clayton :Tel.+61-3-905-5705 Victoria 3168, AUSTRALIA :Fax.+61-3-905-3454 ============================================================================ Date: Mon, 9 Jan 1995 14:03:21 -0700 (MST) From: Adam Fedor <fedor@mode.Colorado.EDU> Subject: Re: libobjects porting volunteers needed To: mccallum@cs.rochester.edu In-Reply-To: <199501092051.PAA06062@slate.cs.rochester.edu> Message-Id: <Pine.3.89.9501091354.C20349-0100000@mode.Colorado.EDU> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 9 Jan 1995 mccallum@cs.rochester.edu wrote: > > Did you look at README.ULTRIX in 0.1.2? > Yes. I also forgot to say that deleting the -g switch didn't help me, but deleting the -O switch did. Without this, I get the error: as0: Internal: server.m, line 1: scNil to scNil