summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_errno.h')
-rw-r--r--ACE/ace/OS_NS_errno.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/OS_NS_errno.h b/ACE/ace/OS_NS_errno.h
index 407f68a2ee0..722241d7662 100644
--- a/ACE/ace/OS_NS_errno.h
+++ b/ACE/ace/OS_NS_errno.h
@@ -7,8 +7,6 @@
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
* @author Jesper S. M|ller<stophph@diku.dk>
* @author and a cast of thousands...
- *
- * Originally in OS.h.
*/
//=============================================================================
@@ -66,7 +64,7 @@ namespace ACE_OS {
class ACE_Export ACE_CE_Errno
{
public:
- ACE_CE_Errno () {}
+ ACE_CE_Errno () = default;
static void init ();
static void fini ();
static ACE_CE_Errno *instance ();