summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h
index 2bf20d34d9d..b796f6b7c3d 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport_Recv_Packet.h
@@ -36,7 +36,7 @@ namespace TAO_PG
public:
UIPMC_Recv_Packet_Cleanup_Guard (TAO_UIPMC_Mcast_Transport *transport);
- ~UIPMC_Recv_Packet_Cleanup_Guard (void);
+ ~UIPMC_Recv_Packet_Cleanup_Guard ();
private:
TAO_UIPMC_Mcast_Transport *transport_;
@@ -51,9 +51,9 @@ namespace TAO_PG
{
public:
/// Constructs a new recv packet.
- UIPMC_Recv_Packet (void);
+ UIPMC_Recv_Packet ();
- ~UIPMC_Recv_Packet (void);
+ ~UIPMC_Recv_Packet ();
/// Adds a new fragment to the packet and if it fails marks the packet
/// as broken.