commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7411 - trunk/gnue-common/src/datasources


From: reinhard
Subject: [gnue] r7411 - trunk/gnue-common/src/datasources
Date: Mon, 18 Apr 2005 18:01:00 -0500 (CDT)

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):





reply via email to

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