[xiph-commits] r8683 - trunk/oggdsf/src/lib/core/ogg/libOOOgg
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Sat Jan 8 11:24:12 PST 2005
Author: illiminable
Date: 2005-01-08 11:24:12 -0800 (Sat, 08 Jan 2005)
New Revision: 8683
Modified:
trunk/oggdsf/src/lib/core/ogg/libOOOgg/INotifyArrival.h
Log:
* Document INotifyArrival
Modified: trunk/oggdsf/src/lib/core/ogg/libOOOgg/INotifyArrival.h
===================================================================
--- trunk/oggdsf/src/lib/core/ogg/libOOOgg/INotifyArrival.h 2005-01-08 19:22:59 UTC (rev 8682)
+++ trunk/oggdsf/src/lib/core/ogg/libOOOgg/INotifyArrival.h 2005-01-08 19:24:12 UTC (rev 8683)
@@ -36,5 +36,7 @@
//Empty Constructor and destructor to ensure proper deletion
INotifyArrival(void) {}
virtual ~INotifyArrival(void) {}
+
+ /// Implement this to be notified when "something" arrives.
virtual void notifyArrival() = 0;
};
More information about the commits
mailing list