Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer

This commit is contained in:
Tommaso Pecorella
2015-01-24 11:55:59 +01:00
parent ec924126b2
commit 2099979b4e
3 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ Bugs fixed
- Bug 2029 - new CQI generation approach fix
- Bug 2030 - provide default values for WifiTxVector
- Bug 2038 - Stop method does not stop next wave in WaveformGenerator
- Bug 2045 - Missing NS_OBJECT_ENSURE_REGISTERED in TcpTxBuffer and TcpRxBuffer
Known issues
------------

View File

@@ -27,6 +27,8 @@ namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("TcpRxBuffer");
NS_OBJECT_ENSURE_REGISTERED (TcpRxBuffer);
TypeId
TcpRxBuffer::GetTypeId (void)
{

View File

@@ -32,6 +32,8 @@ namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("TcpTxBuffer");
NS_OBJECT_ENSURE_REGISTERED (TcpTxBuffer);
TypeId
TcpTxBuffer::GetTypeId (void)
{