Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

msgimpl.cpp File Reference

#include "aiomsg/msgimpl.h"
#include "base/except.h"
#include "base/string.hpp"
#include "base/list.hpp"
#include "base/map.hpp"
#include "base/memory.hpp"
#include "base/template.hpp"
#include "base/number.hpp"
#include "base/common.hpp"
#include "xml/xmlimpl.hpp"
#include "xml/sxs.hpp"
#include "aiomsg/msg_user.h"

Go to the source code of this file.

Variables

const char * msg_connection_dtd
const char * msg_listener_dtd


Variable Documentation

const char* msg_connection_dtd

Initial value:

 
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> \
<!ENTITY % kind \"(rpc | sock | http | p2p)\"> \
<!ELEMENT connection EMPTY> \
<!ATTLIST connection \
type %kind; #REQUIRED \
address CTYPE vt_guid #REQUIRED \
port CTYPE vt_ub2 #IMPLIED \
network CDATA #IMPLIED \
ping CTYPE vt_ub4 #IMPLIED \
info CDATA #IMPLIED \
security CTYPE vt_bool #IMPLIED \
password CDATA #IMPLIED >"

Definition at line 43 of file msgimpl.cpp.

Referenced by aiomsg::add_connection().

const char* msg_listener_dtd

Initial value:

 
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> \
<!ELEMENT listener (accept | reject)?> \
<!ELEMENT reject (peer)+> \
<!ELEMENT accept (peer)+> \
<!ELEMENT peer EMPTY> \
<!ATTLIST peer \
address CTYPE vt_guid #REQUIRED \
security CTYPE vt_bool #IMPLIED \
password CDATA #IMPLIED > \
<!ATTLIST listener \
port CTYPE vt_ub2 #IMPLIED \
network CDATA #IMPLIED \
connections CTYPE vt_ub4 #IMPLIED \
ping CTYPE vt_ub4 #IMPLIED \
info CDATA #IMPLIED \
security CTYPE vt_bool #IMPLIED \
password CDATA #IMPLIED >"

Definition at line 57 of file msgimpl.cpp.

Referenced by aiomsg::add_listener().



© Copyright Terimber 2003-.