Author: reinhard Date: 2005-04-18 18:00:59 -0500 (Mon, 18 Apr 2005) New Revision: 7411
Modified: trunk/gnue-common/src/datasources/GDataSource.py Log: Removed unused function; fixed some comments. Modified: trunk/gnue-common/src/datasources/GDataSource.py =================================================================== --- trunk/gnue-common/src/datasources/GDataSource.py 2005-04-18 22:50:08 UTC (rev 7410) +++ trunk/gnue-common/src/datasources/GDataSource.py 2005-04-18 23:00:59 UTC (rev 7411) @@ -468,14 +468,6 @@ # --------------------------------------------------------------------------- - # Get the DataObject instance - # --------------------------------------------------------------------------- - - def getDataObject(self): - return self._dataObject - - - # --------------------------------------------------------------------------- # Create a result set # --------------------------------------------------------------------------- @@ -526,7 +518,7 @@ # --------------------------------------------------------------------------- - # Get the DataObject instance + # Activate a result set # --------------------------------------------------------------------------- def __setResultSet(self, resultSet): @@ -543,7 +535,7 @@ # --------------------------------------------------------------------------- - # Get the DataObject instance + # Notify everybody who's interested in newly loaded result sets # --------------------------------------------------------------------------- def notifyResultSetListeners (self): _______________________________________________ Commit-gnue mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/commit-gnue
