summaryrefslogtreecommitdiff
path: root/ACE/ace/TTY_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/TTY_IO.h')
-rw-r--r--ACE/ace/TTY_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/TTY_IO.h b/ACE/ace/TTY_IO.h
index 860184d7de2..5b2a414fcbc 100644
--- a/ACE/ace/TTY_IO.h
+++ b/ACE/ace/TTY_IO.h
@@ -34,7 +34,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_TTY_IO : public ACE_DEV_IO
{
public:
- ACE_TTY_IO (void);
+ ACE_TTY_IO ();
enum Control_Mode
{
@@ -44,7 +44,7 @@ public:
struct ACE_Export Serial_Params
{
- Serial_Params (void);
+ Serial_Params ();
/** Specifies the baudrate at which the communication port operates. */
int baudrate;