summaryrefslogtreecommitdiff
path: root/ace/TTY_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TTY_IO.h')
-rw-r--r--ace/TTY_IO.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/ace/TTY_IO.h b/ace/TTY_IO.h
index ad0d8903108..82d1d25abb5 100644
--- a/ace/TTY_IO.h
+++ b/ace/TTY_IO.h
@@ -5,34 +5,35 @@
//
// = LIBRARY
// ace
-//
+//
// = FILENAME
// TTY_IO.h
//
// = DESCRIPTION
//
// = AUTHOR
-// Douglas C. Schmidt
-//
+// Douglas C. Schmidt
+//
// ============================================================================
#ifndef ACE_TTY_IO_H
#define ACE_TTY_IO_H
#include "ace/OS.h"
-#include "ace/DEV_Addr.h"
-#include "ace/DEV_Connector.h"
-#include "ace/DEV_IO.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
+# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/DEV_Addr.h"
+#include "ace/DEV_Connector.h"
+#include "ace/DEV_IO.h"
+
class ACE_Export ACE_TTY_IO : public ACE_DEV_IO
{
// = TITLE
// Class definitions for platform specific TTY features.
- //
+ //
// = DESCRIPTION
// This class represents an example interface for a specific
// device (a serial line) It extends the capability of the
@@ -43,7 +44,7 @@ class ACE_Export ACE_TTY_IO : public ACE_DEV_IO
public:
enum Control_Mode
{
- SETPARAMS, // Set control parameters.
+ SETPARAMS, // Set control parameters.
GETPARAMS // Get control parameters.
};