1999-08-23objectbase.hmgd Add VarProbe,
MessageProbe, and ProbeMap typing.
1999-08-22objectbase.hmgd Add Zone typing to
+create:* methods. (Swarm): Return Activity with activateIn:
1999-08-09objectbase.halex (EmptyProbeMap): Add
+create:forClass: convenience create message to protocol.
1999-08-08objectbase.halex (ActivityControl):
Move -attachToActivity: to USING phase, doesn't need to be a CREATING
phase method.
1999-07-15objectbase.halex (CustomProbeMap):
Document existing methods. Add new SETTING method
(addProbesForClass:withIdentifiers:) which allows post-create time
addition of variables and method names via the list-delimiter form.
1999-05-29objectbase.hmgd Include externvar.h.
1999-05-28objectbase.hmgd Use `externvar' for
external variables.
1999-04-16objectbase.hmgd (val_t): Use types_t
instead of included union.
1999-04-07objectbase00.sgmlalex Fixed erroneous
example code that referred to the global probeLibrary instance rather
than the intended CustomProbeMap instance. Thanks to Albert-Jan
Brouwer <ajbrouw@casema.net> for reporting this.
1999-04-01objectbase.hvjojic Protocol Swarm inherits protocols SwarmProcess and
CREATABLE.
1999-03-21objectbase.hmgd Make SwarmObject
creatable.
1998-02-23objectbase.hmgd (val_t): Define.
Change declarations per MessageProbe.h changes below.
1998-02-04objectbase.hmgd Change header comment to objectbase.h. Include from
swarmobject/ to objectbase/.
1998-01-24objectbase.hmgd In MesageProbe
protocol, declare setArg:ToObjectName:. Constify To: argument of
setArg:To:. Constify second arugment to dynamicCallOn:resultStorage:.
1997-12-09objectbase.hmgd Constify argument to
getProbedForVariable and getProbeForMessage (SwarmObject). Constify
return of getProbedType (Probe). Constify argument to
setProbedVariable (VarProbe). Constify return of getProbedVariable
(VarProbe). Constify argument to setFloatFormat (VarProbe). Constify
return of probeAsString (VarProbe, both). Constify ToString argument
to setData (VarProbe). Constify argument to setProbedMessage
(MessageProbe). Constify return of getArgName (MessageProbe).
Constify argument to getProbeForVariable and getProbeForMessage
(ProbeMap). Constify argument to dropProbeForVariable and
dropProbeForMessage (ProbeMap). Constify first argument to
getProbeForVariable and getProbeForMessage (ProbeLibrary).
Reformatting throughout.
1997-12-08objectbase.hgepr Moved all
swarmobject files from swarmobject directory to objectbase directory.
Renamed swarmobject.h to objectbase.h. Changed all instances of
swarmobject.h to objectbase.h and all instances of swarmobject/ to
objectbase/.