[Sumover-dev] [svn commit] r4220 - vic/branches/cc/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Jul 24 00:00:51 BST 2008


Author: soohyunc
Date: Thu Jul 24 00:00:48 2008
New Revision: 4220

Modified:
   vic/branches/cc/rtp/transmitter.h

Log:
o  previous "trasmission.h" failed to compile with hooked up with cc interface.
o  made class inheritance with CcManager and Transmitter class.


Modified: vic/branches/cc/rtp/transmitter.h
==============================================================================
--- vic/branches/cc/rtp/transmitter.h	(original)
+++ vic/branches/cc/rtp/transmitter.h	Thu Jul 24 00:00:48 2008
@@ -54,7 +54,7 @@
  * The base object for performing the outbound path of
  * the application level protocol.
  */
-class Transmitter : public TclObject, public Timer {
+class Transmitter : public TclObject, public Timer, public CcManager {
     public:
 	Transmitter();
 	virtual void timeout();



More information about the Sumover-dev mailing list