JX Application Framework
Loading...
Searching...
No Matches
Variables
JMDIServer.cpp File Reference
#include "JMDIServer.h"
#include <ace/LSOCK_Acceptor.h>
#include <ace/LSOCK_Connector.h>
#include <ace/LSOCK_Stream.h>
#include <ace/UNIX_Addr.h>
#include "JString.h"
#include "JUtf8ByteBuffer.h"
#include "jSysUtil.h"
#include "jFileUtil.h"
#include "jDirUtil.h"
#include "jErrno.h"
#include <stdlib.h>
#include <stdio.h>
#include "jAssert.h"
Include dependency graph for JMDIServer.cpp:

Variables

const JSize kMDIServerQSize = 1
 
const JSize kMDIMaxWaitTime = 2
 
const JUtf8Byte kEndOfLine = '\n'
 
const JUtf8Byte kEndOfMessage = '\0'
 

Variable Documentation

◆ kEndOfLine

const JUtf8Byte kEndOfLine = '\n'

◆ kEndOfMessage

const JUtf8Byte kEndOfMessage = '\0'

◆ kMDIMaxWaitTime

const JSize kMDIMaxWaitTime = 2

◆ kMDIServerQSize

const JSize kMDIServerQSize = 1