summaryrefslogtreecommitdiff
path: root/ace/ICMP_Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ICMP_Socket.h')
-rw-r--r--ace/ICMP_Socket.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/ICMP_Socket.h b/ace/ICMP_Socket.h
index 77e2a018984..795817f65db 100644
--- a/ace/ICMP_Socket.h
+++ b/ace/ICMP_Socket.h
@@ -28,10 +28,8 @@
#include "ace/Time_Value.h"
#include "ace/os_include/netinet/os_in.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
- * @class ACE_ICMP_Socket
+ * @class ICMP_Socket
*
* @brief An abstract class that forms the basis for usage of the ICMP
* protocol (that is, support for things such as ping).
@@ -41,6 +39,8 @@ class ACE_Export ACE_ICMP_Socket : public ACE_SOCK
public:
// = Initialization methods.
+ ~ACE_ICMP_Socket (void);
+
/**
* @name Data transfer routines.
*
@@ -101,7 +101,9 @@ protected:
int len);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
+#if defined (__ACE_INLINE__)
+# include "ace/ICMP_Socket.inl"
+#endif /* __ACE_INLINE__ */
#endif /* ACE_HAS_ICMP_SUPPORT == 1 */