[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl - IApplicationControl.py:1.1.2.2

Philipp von Weitershausen philikon@gmx.net
Tue, 9 Apr 2002 09:54:26 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl
In directory cvs.zope.org:/tmp/cvs-serv20556

Modified Files:
      Tag: Zope-3x-branch
	IApplicationControl.py 
Log Message:
- added getStartTime() method to the IApplicationControl interface, which
  tells you when the ApplicationControl has been instanciated


=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/IApplicationControl.py 1.1.2.1 => 1.1.2.2 ===
     """ """
 
+    def getStartTime():
+        """Return the time when the ApplicationControl object has been instanciated
+           in seconds since the epoch"""