Author: rfm
Date: Fri Oct 30 12:05:37 2015
New Revision: 39108

URL: http://svn.gna.org/viewcvs/gnustep?rev=39108&view=rev
Log:
Add comments about archiving

Modified:
    libs/ec/trunk/EcProcess.h

Modified: libs/ec/trunk/EcProcess.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/EcProcess.h?rev=39108&r1=39107&r2=39108&view=diff
==============================================================================
--- libs/ec/trunk/EcProcess.h   (original)
+++ libs/ec/trunk/EcProcess.h   Fri Oct 30 12:05:37 2015
@@ -996,17 +996,23 @@
 - (void) ecHadOP: (NSDate*)when;
 
 /** Called on the first timeout of a new day.<br />
- * The argument 'when' is the timestamp of the timeout.
+ * The argument 'when' is the timestamp of the timeout.<br />
+ * If you override this, don't forget to call the superclass
+ * implementation in order to perform regular housekeeping.
  */
 - (void) ecNewDay: (NSCalendarDate*)when;
 
 /** Called on the first timeout of a new hour.<br />
- * The argument 'when' is the timestamp of the timeout.
+ * The argument 'when' is the timestamp of the timeout.<br />
+ * If you override this, don't forget to call the superclass
+ * implementation in order to perform regular housekeeping.
  */
 - (void) ecNewHour: (NSCalendarDate*)when;
 
 /** Called on the first timeout of a new minute.<br />
- * The argument 'when' is the timestamp of the timeout.
+ * The argument 'when' is the timestamp of the timeout.<br />
+ * If you override this, don't forget to call the superclass
+ * implementation in order to perform regular housekeeping.
  */
 - (void) ecNewMinute: (NSCalendarDate*)when;
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to