include-once -impl files
This commit is contained in:
@@ -30,6 +30,9 @@
|
|||||||
also delete it here.
|
also delete it here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef NETWORK_TRANSPORT_IMPL_HPP
|
||||||
|
#define NETWORK_TRANSPORT_IMPL_HPP
|
||||||
|
|
||||||
#include "networktransport.h"
|
#include "networktransport.h"
|
||||||
|
|
||||||
#include "transportsender-impl.h"
|
#include "transportsender-impl.h"
|
||||||
@@ -200,3 +203,5 @@ string Transport<MyState, RemoteState>::get_remote_diff( void )
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
@@ -30,6 +30,9 @@
|
|||||||
also delete it here.
|
also delete it here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef TRANSPORT_SENDER_IMPL_HPP
|
||||||
|
#define TRANSPORT_SENDER_IMPL_HPP
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -405,3 +408,5 @@ void TransportSender<MyState>::attempt_prospective_resend_optimization( string &
|
|||||||
proposed_diff = resend_diff;
|
proposed_diff = resend_diff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user