swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

specifying a ProbeMap for ObjectLoader


From: Marcus G. Daniels
Subject: specifying a ProbeMap for ObjectLoader
Date: 22 Sep 1997 12:16:58 -0700

How about a setTemplateProbeMap method for ObjectLoader, like the one
that ObjectSaver has)?

*** /src/swarm-1.0.3/src/simtools/ObjectLoader.h        Fri Jan 24 13:37:13 1997
--- ObjectLoader.h      Mon Sep 22 12:02:29 1997
***************
*** 16,21 ****
--- 16,22 ----
  -setFileObject: aFileObject ;
  -loadObject: anObject ;
  
+ -setTemplateProbeMap : probeMap;
  -updateCache: exampleTarget ;
  
  -(void) _crash_: anObject ;
*** /src/swarm-1.0.3/src/simtools/ObjectLoader.m        Tue Sep  9 13:14:50 1997
--- ObjectLoader.m      Mon Sep 22 12:03:27 1997
***************
*** 177,182 ****
--- 168,178 ----
    return self ;  
  }
  
+ -setTemplateProbeMap: probeMap
+ {
+   probeMapCache = probeMap;
+   return self;
+ }
  
  -updateCache: exampleTarget {
  

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]