summaryrefslogtreecommitdiff
path: root/ace/SOCK_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_IO.h')
-rw-r--r--ace/SOCK_IO.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/SOCK_IO.h b/ace/SOCK_IO.h
index 0fbfee6203d..77ba78471fb 100644
--- a/ace/SOCK_IO.h
+++ b/ace/SOCK_IO.h
@@ -1,6 +1,6 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file SOCK_IO.h
*
@@ -8,10 +8,11 @@
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
-//=============================================================================
+//==========================================================================
#ifndef ACE_SOCK_IO_H
#define ACE_SOCK_IO_H
+
#include "ace/pre.h"
#include "ace/SOCK.h"
@@ -20,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/ACE.h"
+
/**
* @class ACE_SOCK_IO
*
@@ -140,4 +143,5 @@ public:
#endif
#include "ace/post.h"
+
#endif /* ACE_SOCK_IO_H */