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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Oct 22 16:48:47 BST 2009


Author: soohyunc
Date: Thu Oct 22 16:48:47 2009
New Revision: 4528

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

Log:
removed old commented part


Modified: vic/branches/cc/rtp/session.h
==============================================================================
--- vic/branches/cc/rtp/session.h	(original)
+++ vic/branches/cc/rtp/session.h	Thu Oct 22 16:48:47 2009
@@ -149,7 +149,6 @@
 	void build_ts_pkt(CtrlHandler* ch);
 	void build_ackv_pkt(CtrlHandler* ch);
 	void build_ts_echo_pkt(CtrlHandler* ch);
-	//void cc_output();
 
 	// am i a data sender?
 	inline bool am_i_sender() { return is_sender_; }
@@ -182,8 +181,6 @@
 	void parse_sdes(rtcphdr* rh, int flags, u_char* ep, Source* ps,
 			Address & addr, u_int32_t ssrc, int layer);
 	void parse_bye(rtcphdr* rh, int flags, u_char* ep, Source* ps);
-	//u_char* build_ackv_pkt(rtcp_xr* xr, u_int32_t ssrc);
-	//u_char* build_ts_echo_pkt(rtcp_xr* xr, u_int32_t ssrc);
 
 	int parseopts(const u_char* bp, int cc, Address & addr) const;
 	int ckid(const char*, int len);



More information about the Sumover-dev mailing list