Functions

TTY_IO.cpp File Reference

#include "ace/TTY_IO.h"
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
Include dependency graph for TTY_IO.cpp:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, TTY_IO,"$Id: TTY_IO.cpp 86739 2009-09-21 07:33:22Z olli $") namespace

Function Documentation

ACE_RCSID ( ace  ,
TTY_IO  ,
"$Id: TTY_IO.cpp 86739 2009-09-21 07:33:22Z olli $"   
)

Definition at line 14 of file TTY_IO.cpp.

               : TTY_IO.cpp 86739 2009-09-21 07:33:22Z olli $")

namespace
{
  const char ACE_TTY_IO_NONE[]  = "none";
#if defined (ACE_HAS_TERMIOS) || defined (ACE_HAS_TERMIO) || defined (ACE_WIN32)
  const char ACE_TTY_IO_ODD[]   = "odd";
  const char ACE_TTY_IO_EVEN[]  = "even";
#endif
#if defined (ACE_WIN32)
  const char ACE_TTY_IO_MARK[]  = "mark";
  const char ACE_TTY_IO_SPACE[] = "space";
#endif /* ACE_WIN32 */
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines