Author: sayer
Date: 2010-02-25 16:50:45 +0100 (Thu, 25 Feb 2010)
New Revision: 1640
Modified:
trunk/core/AmRtpPacket.cpp
trunk/core/AmRtpPacket.h
Log:
removed some unused function and friends
Modified: trunk/core/AmRtpPacket.cpp
===================================================================
--- trunk/core/AmRtpPacket.cpp 2010-02-25 15:37:08 UTC (rev 1639)
+++ trunk/core/AmRtpPacket.cpp 2010-02-25 15:50:45 UTC (rev 1640)
@@ -238,9 +238,3 @@
return ret;
}
-
-void AmRtpPacket::copy(const AmRtpPacket* p)
-{
- memcpy(this,p,sizeof(AmRtpPacket));
- memcpy(buffer,p->buffer,b_size);
-}
Modified: trunk/core/AmRtpPacket.h
===================================================================
--- trunk/core/AmRtpPacket.h 2010-02-25 15:37:08 UTC (rev 1639)
+++ trunk/core/AmRtpPacket.h 2010-02-25 15:50:45 UTC (rev 1640)
@@ -87,9 +87,6 @@
unsigned char* getBuffer();
void setBufferSize(unsigned int b) { b_size = b; }
- void copy(const AmRtpPacket* p);
-
- friend class AmRtpPacketTracer;
};
#endif
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev