Skip to content

Commit c240a70

Browse files
committed
sources for 1.3
1 parent 551c728 commit c240a70

301 files changed

Lines changed: 858 additions & 300 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Net/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Makefile
33
#
4-
# $Id: //poco/1.2/Net/Makefile#1 $
4+
# $Id: //poco/1.3/Net/Makefile#1 $
55
#
66
# Makefile for Poco Net
77
#
@@ -28,7 +28,8 @@ objects = \
2828
SocketReactor SocketNotifier SocketNotification \
2929
MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \
3030
RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \
31-
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl
31+
ICMPSocket ICMPSocketImpl ICMPv4PacketImpl \
32+
RemoteSyslogChannel
3233

3334
target = PocoNet
3435
target_version = $(LIBVERSION)

Net/Net.vmsbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Net.vmsbuild
33
#
4-
# $Id: //poco/1.2/Net/Net.vmsbuild#1 $
4+
# $Id: //poco/1.3/Net/Net.vmsbuild#1 $
55
#
66
LIB=PocoNet
77
<SourceFilesHere>

Net/Net_vs71.vcproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,24 @@
775775
</File>
776776
</Filter>
777777
</Filter>
778+
<Filter
779+
Name="Logging"
780+
Filter="">
781+
<Filter
782+
Name="Header Files"
783+
Filter="">
784+
<File
785+
RelativePath=".\include\Poco\Net\RemoteSyslogChannel.h">
786+
</File>
787+
</Filter>
788+
<Filter
789+
Name="Source Files"
790+
Filter="">
791+
<File
792+
RelativePath=".\src\RemoteSyslogChannel.cpp">
793+
</File>
794+
</Filter>
795+
</Filter>
778796
</Files>
779797
<Globals>
780798
</Globals>

Net/Net_vs80.vcproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,26 @@
10011001
</File>
10021002
</Filter>
10031003
</Filter>
1004+
<Filter
1005+
Name="Logging"
1006+
>
1007+
<Filter
1008+
Name="Header Files"
1009+
>
1010+
<File
1011+
RelativePath=".\include\Poco\Net\RemoteSyslogChannel.h"
1012+
>
1013+
</File>
1014+
</Filter>
1015+
<Filter
1016+
Name="Source Files"
1017+
>
1018+
<File
1019+
RelativePath=".\src\RemoteSyslogChannel.cpp"
1020+
>
1021+
</File>
1022+
</Filter>
1023+
</Filter>
10041024
</Files>
10051025
<Globals>
10061026
</Globals>

Net/include/Poco/Net/DNS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// DNS.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/DNS.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/DNS.h#1 $
55
//
66
// Library: Net
77
// Package: NetCore

Net/include/Poco/Net/DatagramSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// DatagramSocket.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/DatagramSocket.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocket.h#1 $
55
//
66
// Library: Net
77
// Package: Sockets

Net/include/Poco/Net/DatagramSocketImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// DatagramSocketImpl.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/DatagramSocketImpl.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/DatagramSocketImpl.h#1 $
55
//
66
// Library: Net
77
// Package: Sockets

Net/include/Poco/Net/DialogSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// DialogSocket.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/DialogSocket.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/DialogSocket.h#1 $
55
//
66
// Library: Net
77
// Package: Sockets

Net/include/Poco/Net/FTPClientSession.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// FTPClientSession.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/FTPClientSession.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/FTPClientSession.h#1 $
55
//
66
// Library: Net
77
// Package: FTP

Net/include/Poco/Net/FTPStreamFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// FTPStreamFactory.h
33
//
4-
// $Id: //poco/1.2/Net/include/Poco/Net/FTPStreamFactory.h#1 $
4+
// $Id: //poco/1.3/Net/include/Poco/Net/FTPStreamFactory.h#1 $
55
//
66
// Library: Net
77
// Package: FTP

0 commit comments

Comments
 (0)