[Webfunds-commits] java/webfunds/sox/value WebFundsData.java

Ian Grigg iang@cypherpunks.ai
Tue, 10 Apr 2001 16:13:21 -0400 (AST)


iang        01/04/10 16:13:21

  Modified:    webfunds/sox/value WebFundsData.java
  Log:
  direct setting of CommsManager seems to work better

Revision  Changes    Path
1.3       +3 -3      java/webfunds/sox/value/WebFundsData.java

Index: WebFundsData.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/value/WebFundsData.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WebFundsData.java	2001/04/06 22:52:15	1.2
+++ WebFundsData.java	2001/04/10 20:13:21	1.3
@@ -1,4 +1,4 @@
-/* $Id: WebFundsData.java,v 1.2 2001/04/06 22:52:15 iang Exp $
+/* $Id: WebFundsData.java,v 1.3 2001/04/10 20:13:21 iang Exp $
  *
  * Copyright (c) 1995-2001 Systemics Inc. on behalf of
  * The WebFunds Development Team.  All Rights Reserved.
@@ -37,7 +37,7 @@
  *  Static data that identifies where files are, in
  *  the WebFunds v2 existance.
  *
- *  @version $Revision: 1.2 $
+ *  @version $Revision: 1.3 $
  */
 public class WebFundsData
 {
@@ -45,7 +45,7 @@
     private       File          soxDir, userDir;
     private       Store         soxWalletStore;
     private       ContractStore contracts;
-    private       CommsManager  comms;
+    // private       CommsManager  comms = null;
     private       PrintWriter   bug;
 
     public WebFundsData(String userDirName, PrintWriter bug)
@@ -86,8 +86,8 @@
      *  (Access is via SSDStore, which returns Servers, which do requests.)
      *
      *  Call this before calling getServerFinder().
-     */
     public void setCommsManager(CommsManager cm)    { comms = cm; }
+     */
 
 
 
@@ -117,7 +117,7 @@
     /**
      *  @return the valid IssuerFinder, never null
      */
-    public ServerFinder getServerFinder()
+    public ServerFinder getServerFinder(CommsManager comms)
         throws StoreException, ContractDirectoryException
     {
         Store soxWallet = getSOXWalletStore();