You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/11/17 08:27:47 UTC

svn commit: r476074 - /incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js

Author: mturyn
Date: Fri Nov 17 00:27:46 2006
New Revision: 476074

URL: http://svn.apache.org/viewvc?view=rev&rev=476074
Log:
Needed to give full name of NetServiceListener in the subclassing call.

Modified:
    incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js

Modified: incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js?view=diff&rev=476074&r1=476073&r2=476074
==============================================================================
--- incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js (original)
+++ incubator/xap/trunk/src/xap/data/events/ObjectLoadRequestListener.js Fri Nov 17 00:27:46 2006
@@ -32,7 +32,7 @@
 	this._dataSource = dataSource;
 	this._log = dataSource.getLog();
 };
-Xap.setupClassAsSubclassOf("xap.data.events.ObjectLoadRequestListener", "NetServiceListener");
+Xap.setupClassAsSubclassOf("xap.data.events.ObjectLoadRequestListener", "xap.requestservice.NetServiceListener");
 /*private ObjectDataSource*/
 xap.data.events.ObjectLoadRequestListener.prototype._dataSource = null;
 /*private Log*/