sync to internal repository

This commit is contained in:
Guenter Obiltschnig
2007-02-23 14:41:53 +00:00
parent 488b63fb0d
commit 5a2a425002
298 changed files with 559 additions and 353 deletions

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/1.3/Net/samples/EchoServer/EchoServer.vmsbuild#1 $
# $Id: //poco/Main/Net/samples/EchoServer/EchoServer.vmsbuild#1 $
#
EXE=EchoServer
EchoServer

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/1.3/Net/samples/EchoServer/Makefile#1 $
# $Id: //poco/Main/Net/samples/EchoServer/Makefile#2 $
#
# Makefile for Poco EchoServer
#

View File

@@ -1,7 +1,7 @@
//
// EchoServer.cpp
//
// $Id: //poco/1.3/Net/samples/EchoServer/src/EchoServer.cpp#1 $
// $Id: //poco/Main/Net/samples/EchoServer/src/EchoServer.cpp#7 $
//
// This sample demonstrates the SocketReactor and SocketAcceptor classes.
//