/[cvs]/nfo/php/libs/org.netfrag.flib/Application/RPC/ProxyObject.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.flib/Application/RPC/ProxyObject.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Sun Dec 1 17:23:58 2002 UTC revision 1.2 by joko, Thu Dec 5 21:44:09 2002 UTC
# Line 3  Line 3 
3  ##    $Id$  ##    $Id$
4  ##    -------------------------------------------------------------------------------------  ##    -------------------------------------------------------------------------------------
5  ##    $Log$  ##    $Log$
6    ##    Revision 1.2  2002/12/05 21:44:09  joko
7    ##    + debugging
8    ##
9  ##    Revision 1.1  2002/12/01 17:23:58  joko  ##    Revision 1.1  2002/12/01 17:23:58  joko
10  ##    + initial check-in  ##    + initial check-in
11  ##  ##
# Line 186  class ProxyObject { Line 189  class ProxyObject {
189      logp(get_class($this) . "->_loadBackend()", LOG_DEBUG);      logp(get_class($this) . "->_loadBackend()", LOG_DEBUG);
190      // TODO: test backend for reachability first (eventually cache this information and "reset" it by another party)      // TODO: test backend for reachability first (eventually cache this information and "reset" it by another party)
191      if ($result = $this->backend->call('getObject', $this->objectId)) {      if ($result = $this->backend->call('getObject', $this->objectId)) {
192        //print dumpVar($result);        //print "result: " . dumpVar($result) . "<br>";
193        if (count($result) == 0) { return; }        if (count($result) == 0) { return; }
194        $encoder = new TextEncode($result);        $encoder = new TextEncode($result);
195        $encoder->toISO();        $encoder->toISO();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed