X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FMainpage.dox;h=62feb85a5c7d952b28e20bcc77cb4dc22d635842;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=cf048079efc1e2dc7aa620b953413c7ce194f01a;hpb=08c52f7433157c8ac0a74c1cdf0f145453b77f04;p=senf.git diff --git a/Socket/Mainpage.dox b/Socket/Mainpage.dox index cf04807..62feb85 100644 --- a/Socket/Mainpage.dox +++ b/Socket/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + namespace senf { /** \mainpage The SENF Socket Library @@ -221,40 +243,6 @@ namespace senf { \see policy_group */ -/** \page glossary Glossary - - - - - - - - - - - - - - - - - - - - - -
policy collection of policy classes, one for each policy axis, instantiation of - the SocketPolicy template
policy axis one aspect defined in the socket policy, typedef and member of the - SocketPolicy template
policy class implementation of a single policy axis, class derived from the - axis base class
complete policy socket policy where each axis is specified completely
incomplete policy socket policy, where at least one axis is not fully - specified
protocol class definition of a protocol as a class, class inheriting from - ConcreteSocketProtocol.
protocol facet a class providing some subset of the protocol interface, class - derived from SocketProtocol but not from ConcreteSocketProtocol
policy interface interface directly provided by - ClientSocketHandle/ServerSocketHandle and defined through the policy
protocol interface interface provided by the protocol class and accessible via - the ProtocolClientSocketHandle::protocol()/ProtocolServerSocketHandle::protocol() - member
- */ - /** \page implementation Implementation notes \section class_diagram Class Diagram