From e191eab68d905bfe14e3590a92fa653f0ae2ebce Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Thu, 18 Feb 2010 09:15:27 +0000 Subject: non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility) --- src/anyrtpproxy/rtpSession.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/anyrtpproxy/rtpSession.h') diff --git a/src/anyrtpproxy/rtpSession.h b/src/anyrtpproxy/rtpSession.h index 3247dcc..cfdd36c 100644 --- a/src/anyrtpproxy/rtpSession.h +++ b/src/anyrtpproxy/rtpSession.h @@ -82,13 +82,13 @@ private: // address of local_end1 and local_end2 are always equal std::string local_addr(local_end1_.address().to_string()); - u_int16_t local_port1 = local_end1_.port(); - u_int16_t local_port2 = local_end2_.port(); + uint16_t local_port1 = local_end1_.port(); + uint16_t local_port2 = local_end2_.port(); std::string remote_addr1(remote_end1_.address().to_string()); - u_int16_t remote_port1 = remote_end1_.port(); + uint16_t remote_port1 = remote_end1_.port(); std::string remote_addr2(remote_end2_.address().to_string()); - u_int16_t remote_port2 = remote_end2_.port(); + uint16_t remote_port2 = remote_end2_.port(); ar& dead_; ar& complete_; -- cgit v1.2.3