Binary compatibility report for the POCO library between 1.4.0 and 1.4.1 versions on x86
Test Info
Library Name | POCO |
Version #1 | 1.4.0 |
Version #2 | 1.4.1 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 428 |
Total Shared Libraries | 4 |
Total Symbols / Types | 6958 / 2430 |
Verdict | Incompatible (0.80%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 22 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 6 |
Medium | 1 |
Low | 1 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (22)
MediaType.h,
libPocoNet.so.11
namespace Poco::Net
MediaType::matchesRange ( MediaType const& mediaType ) const
[ symbol: _ZNK4Poco3Net9MediaType12matchesRangeERKS1_ ]
MediaType::matchesRange ( std::string const& type ) const
[ symbol: _ZNK4Poco3Net9MediaType12matchesRangeERKSs ]
MediaType::matchesRange ( std::string const& type, std::string const& subType ) const
[ symbol: _ZNK4Poco3Net9MediaType12matchesRangeERKSsS3_ ]
NetException.h,
libPocoNet.so.11
namespace Poco::Net
InvalidSocketException::className ( ) const
[ symbol: _ZNK4Poco3Net22InvalidSocketException9classNameEv ]
InvalidSocketException::clone ( ) const
[ symbol: _ZNK4Poco3Net22InvalidSocketException5cloneEv ]
InvalidSocketException::InvalidSocketException [in-charge] ( int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC1Ei ]
InvalidSocketException::InvalidSocketException [in-charge] ( InvalidSocketException const& exc )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC1ERKS1_ ]
InvalidSocketException::InvalidSocketException [in-charge] ( std::string const& msg, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC1ERKSsi ]
InvalidSocketException::InvalidSocketException [in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC1ERKSsRKNS_9ExceptionEi ]
InvalidSocketException::InvalidSocketException [in-charge] ( std::string const& msg, std::string const& arg, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC1ERKSsS3_i ]
InvalidSocketException::InvalidSocketException [not-in-charge] ( int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC2Ei ]
InvalidSocketException::InvalidSocketException [not-in-charge] ( InvalidSocketException const& exc )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC2ERKS1_ ]
InvalidSocketException::InvalidSocketException [not-in-charge] ( std::string const& msg, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC2ERKSsi ]
InvalidSocketException::InvalidSocketException [not-in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC2ERKSsRKNS_9ExceptionEi ]
InvalidSocketException::InvalidSocketException [not-in-charge] ( std::string const& msg, std::string const& arg, int code )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionC2ERKSsS3_i ]
InvalidSocketException::name ( ) const
[ symbol: _ZNK4Poco3Net22InvalidSocketException4nameEv ]
InvalidSocketException::operator= ( InvalidSocketException const& exc )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionaSERKS1_ ]
InvalidSocketException::rethrow ( ) const
[ symbol: _ZNK4Poco3Net22InvalidSocketException7rethrowEv ]
InvalidSocketException::~InvalidSocketException [in-charge-deleting] ( )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionD0Ev ]
InvalidSocketException::~InvalidSocketException [in-charge] ( )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionD1Ev ]
InvalidSocketException::~InvalidSocketException [not-in-charge] ( )
[ symbol: _ZN4Poco3Net22InvalidSocketExceptionD2Ev ]
ServerApplication.h,
libPocoUtil.so.11
namespace Poco::Util
ServerApplication::run ( std::vector<std::string>const& args )
[ symbol: _ZN4Poco4Util17ServerApplication3runERKSt6vectorISsSaISsEE ]
to the top
Problems with Data Types, High Severity (6)
FilePartSource.h
namespace Poco::Net
[+] class FilePartSource (1)
| Change |
Effect |
1 | Size of this class has been increased from 228 bytes to 256 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
FilePartSource::filename ( )This method is from 'FilePartSource' class.
FilePartSource::FilePartSource [in-charge] ( std::string const& path )This constructor is from 'FilePartSource' class.
FilePartSource::FilePartSource [in-charge] ( std::string const& path, std::string const& mediaType )This constructor is from 'FilePartSource' class.
FilePartSource::FilePartSource [in-charge] ( std::string const& path, std::string const& filename, std::string const& mediaType )This constructor is from 'FilePartSource' class.
FilePartSource::stream ( )This method is from 'FilePartSource' class.
FilePartSource::~FilePartSource [in-charge] ( )This method is from 'FilePartSource' class.
HTTPSession.h
namespace Poco::Net
[+] class HTTPSession (2)
| Change |
Effect |
1 | Size of v-table in this class has been changed from 28 bytes to 32 bytes. | The layout of v-tables in subclasses of this class has been changed. Call of any virtual method in subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method HTTPSession::abort ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 8 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~HTTPSession |
HTTPSession::abort |
12 |
~HTTPSession |
~HTTPSession |
16 |
HTTPSession::read |
~HTTPSession |
20 |
HTTPSession::write |
HTTPSession::read |
24 |
HTTPSession::connect |
HTTPSession::write |
28 |
|
HTTPSession::connect |
[+] affected symbols (13)
HTTPClientSession::mustReconnect ( ) constThis method is from derived class 'HTTPClientSession'.
HTTPClientSession::proxyAuthenticate ( HTTPRequest& request )This method is from derived class 'HTTPClientSession'.
HTTPClientSession::proxyRequestPrefix ( ) constThis method is from derived class 'HTTPClientSession'.
HTTPClientSession::receiveResponse ( HTTPResponse& response )This method is from derived class 'HTTPClientSession'.
HTTPClientSession::secure ( ) constThis method is from derived class 'HTTPClientSession'.
HTTPClientSession::sendRequest ( HTTPRequest& request )This method is from derived class 'HTTPClientSession'.
HTTPClientSession::write ( char const* buffer, std::streamsize length )This method is from derived class 'HTTPClientSession'.
HTTPClientSession::~HTTPClientSession [in-charge] ( )This method is from derived class 'HTTPClientSession'.
HTTPServerSession::~HTTPServerSession [in-charge] ( )This method is from derived class 'HTTPServerSession'.
HTTPSession::connect ( SocketAddress const& address )This method is from 'HTTPSession' class.
HTTPSession::read ( char* buffer, std::streamsize length )This method is from 'HTTPSession' class.
HTTPSession::write ( char const* buffer, std::streamsize length )This method is from 'HTTPSession' class.
HTTPSession::~HTTPSession [in-charge] ( )This method is from 'HTTPSession' class.
PartSource.h
namespace Poco::Net
[+] class PartSource (1)
| Change |
Effect |
1 | Size of this class has been increased from 8 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (21)
FilePartSource::filename ( )This method is from derived class 'FilePartSource'.
FilePartSource::FilePartSource [in-charge] ( std::string const& path )This constructor is from derived class 'FilePartSource'.
FilePartSource::FilePartSource [in-charge] ( std::string const& path, std::string const& mediaType )This constructor is from derived class 'FilePartSource'.
FilePartSource::FilePartSource [in-charge] ( std::string const& path, std::string const& filename, std::string const& mediaType )This constructor is from derived class 'FilePartSource'.
FilePartSource::stream ( )This method is from derived class 'FilePartSource'.
FilePartSource::~FilePartSource [in-charge] ( )This method is from derived class 'FilePartSource'.
HTMLForm::addPart ( std::string const& name, PartSource* pSource )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addAttachment ( std::string const& name, PartSource* pSource, MailMessage::ContentTransferEncoding encoding )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addContent ( PartSource* pSource, MailMessage::ContentTransferEncoding encoding )1st parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addPart ( std::string const& name, PartSource* pSource, MailMessage::ContentDisposition disposition, MailMessage::ContentTransferEncoding encoding )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::writePart ( MultipartWriter& writer, MailMessage::Part const& part ) constField 'part->pSource' in 2nd parameter 'part' (reference) has base type 'PartSource'.
PartSource::filename ( )This method is from 'PartSource' class.
PartSource::PartSource [in-charge] ( )This constructor is from 'PartSource' class.
PartSource::PartSource [in-charge] ( std::string const& mediaType )This constructor is from 'PartSource' class.
PartSource::~PartSource [in-charge] ( )This method is from 'PartSource' class.
StringPartSource::filename ( )This method is from derived class 'StringPartSource'.
StringPartSource::stream ( )This method is from derived class 'StringPartSource'.
StringPartSource::StringPartSource [in-charge] ( std::string const& str )This constructor is from derived class 'StringPartSource'.
StringPartSource::StringPartSource [in-charge] ( std::string const& str, std::string const& mediaType )This constructor is from derived class 'StringPartSource'.
StringPartSource::StringPartSource [in-charge] ( std::string const& str, std::string const& mediaType, std::string const& filename )This constructor is from derived class 'StringPartSource'.
StringPartSource::~StringPartSource [in-charge] ( )This method is from derived class 'StringPartSource'.
StringPartSource.h
namespace Poco::Net
[+] class StringPartSource (1)
| Change |
Effect |
1 | Size of this class has been increased from 196 bytes to 224 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
StringPartSource::filename ( )This method is from 'StringPartSource' class.
StringPartSource::stream ( )This method is from 'StringPartSource' class.
StringPartSource::StringPartSource [in-charge] ( std::string const& str )This constructor is from 'StringPartSource' class.
StringPartSource::StringPartSource [in-charge] ( std::string const& str, std::string const& mediaType )This constructor is from 'StringPartSource' class.
StringPartSource::StringPartSource [in-charge] ( std::string const& str, std::string const& mediaType, std::string const& filename )This constructor is from 'StringPartSource' class.
StringPartSource::~StringPartSource [in-charge] ( )This method is from 'StringPartSource' class.
Task.h
namespace Poco
[+] class Task (1)
| Change |
Effect |
1 | Virtual method Task::cancel ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 12 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~Task |
~Task |
12 |
~Task |
~Task |
16 |
Task::run |
Task::run |
20 |
__cxa_pure_virtual |
Task::cancel |
24 |
Task::postNotification |
__cxa_pure_virtual |
28 |
-0x000000004 |
Task::postNotification |
32 |
(int (*)(...))(& typeinfo) |
-0x000000004 |
36 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
40 |
non-virtual thunk |
non-virtual thunk |
44 |
|
non-virtual thunk |
[+] affected symbols (2)
Task::postNotification ( Notification* pNf )This method is from 'Task' class.
Task::runTask ( )This method is from 'Task' class.
to the top
Problems with Data Types, Medium Severity (1)
HTTPServerSession.h
namespace Poco::Net
[+] class HTTPServerSession (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 8 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~HTTPServerSession |
HTTPSession::abort |
12 |
~HTTPServerSession |
~HTTPServerSession |
16 |
HTTPSession::read |
~HTTPServerSession |
20 |
HTTPSession::write |
HTTPSession::read |
24 |
HTTPSession::connect |
HTTPSession::write |
28 |
|
HTTPSession::connect |
[+] affected symbols (5)
HTTPServerSession::clientAddress ( )This method is from 'HTTPServerSession' class.
HTTPServerSession::hasMoreRequests ( )This method is from 'HTTPServerSession' class.
HTTPServerSession::HTTPServerSession [in-charge] ( StreamSocket const& socket, HTTPServerParams::Ptr pParams )This constructor is from 'HTTPServerSession' class.
HTTPServerSession::serverAddress ( )This method is from 'HTTPServerSession' class.
HTTPServerSession::~HTTPServerSession [in-charge] ( )This method is from 'HTTPServerSession' class.
to the top
Problems with Data Types, Low Severity (1)
PartSource.h
namespace Poco::Net
[+] class PartSource (1)
| Change |
Effect |
1 | Field _headers has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (9)
HTMLForm::addPart ( std::string const& name, PartSource* pSource )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addAttachment ( std::string const& name, PartSource* pSource, MailMessage::ContentTransferEncoding encoding )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addContent ( PartSource* pSource, MailMessage::ContentTransferEncoding encoding )1st parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::addPart ( std::string const& name, PartSource* pSource, MailMessage::ContentDisposition disposition, MailMessage::ContentTransferEncoding encoding )2nd parameter 'pSource' (pointer) has base type 'PartSource'.
MailMessage::writePart ( MultipartWriter& writer, MailMessage::Part const& part ) constField 'part->pSource' in 2nd parameter 'part' (reference) has base type 'PartSource'.
PartSource::filename ( )This method is from 'PartSource' class.
PartSource::PartSource [in-charge] ( )This constructor is from 'PartSource' class.
PartSource::PartSource [in-charge] ( std::string const& mediaType )This constructor is from 'PartSource' class.
PartSource::~PartSource [in-charge] ( )This method is from 'PartSource' class.
to the top
Header Files (428)
AbstractCache.h
AbstractConfiguration.h
AbstractContainerNode.h
AbstractDelegate.h
AbstractEvent.h
AbstractHTTPRequestHandler.h
AbstractNode.h
AbstractObserver.h
AbstractPriorityDelegate.h
AbstractStrategy.h
AccessExpirationDecorator.h
AccessExpireCache.h
AccessExpireLRUCache.h
AccessExpireStrategy.h
ActiveDispatcher.h
ActiveMethod.h
ActiveResult.h
ActiveRunnable.h
ActiveStarter.h
Activity.h
Any.h
Application.h
ArchiveStrategy.h
Ascii.h
ASCIIEncoding.h
AsyncChannel.h
AtomicCounter.h
Attr.h
Attributes.h
AttributesImpl.h
AttrMap.h
AutoPtr.h
AutoReleasePool.h
Base64Decoder.h
Base64Encoder.h
BasicEvent.h
BinaryReader.h
BinaryWriter.h
Buffer.h
BufferAllocator.h
BufferedBidirectionalStreamBuf.h
BufferedStreamBuf.h
Bugcheck.h
ByteOrder.h
CDATASection.h
Channel.h
CharacterData.h
Checksum.h
ChildNodesList.h
ClassLibrary.h
ClassLoader.h
Comment.h
CompareFunctions.h
Condition.h
Config.h
Configurable.h
ConfigurationMapper.h
ConfigurationView.h
ConsoleChannel.h
ContentHandler.h
CountingStream.h
DatagramSocket.h
DatagramSocketImpl.h
DateTime.h
DateTimeFormat.h
DateTimeFormatter.h
DateTimeParser.h
Debugger.h
DeclHandler.h
DefaultHandler.h
DefaultStrategy.h
DeflatingStream.h
Delegate.h
DialogSocket.h
DigestEngine.h
DigestStream.h
DirectoryIterator.h
DirectoryIterator_UNIX.h
DNS.h
Document.h
DocumentEvent.h
DocumentFragment.h
DocumentType.h
AutoPtr.h (DOM/AutoPtr.h)
Event.h (DOM/Event.h)
DOMBuilder.h
DOMException.h
DOMImplementation.h
DOMObject.h
DOMParser.h
DOMSerializer.h
DOMWriter.h
DTDHandler.h
DTDMap.h
DynamicAny.h
DynamicAnyHolder.h
DynamicFactory.h
Element.h
ElementsByTagNameList.h
Entity.h
EntityReference.h
EntityResolver.h
EntityResolverImpl.h
Environment.h
Environment_UNIX.h
ErrorHandler.h
Event.h
Event_POSIX.h
EventArgs.h
EventDispatcher.h
EventException.h
EventListener.h
EventTarget.h
Exception.h
expat.h
expat_external.h
ExpirationDecorator.h
Expire.h
ExpireCache.h
ExpireLRUCache.h
ExpireStrategy.h
FIFOEvent.h
FIFOStrategy.h
File.h
File_UNIX.h
FileChannel.h
FilePartSource.h
FileStream.h
FileStream_POSIX.h
FileStreamFactory.h
FilesystemConfiguration.h
Format.h
Formatter.h
FormattingChannel.h
Foundation.h
FPEnvironment.h
FPEnvironment_C99.h
FTPClientSession.h
FTPStreamFactory.h
FunctionDelegate.h
FunctionPriorityDelegate.h
Glob.h
Hash.h
HashFunction.h
HashMap.h
HashSet.h
HashStatistic.h
HashTable.h
HelpFormatter.h
HexBinaryDecoder.h
HexBinaryEncoder.h
HMACEngine.h
HostEntry.h
HTMLForm.h
HTTPBasicCredentials.h
HTTPBasicStreamBuf.h
HTTPBufferAllocator.h
HTTPChunkedStream.h
HTTPClientSession.h
HTTPCookie.h
HTTPFixedLengthStream.h
HTTPHeaderStream.h
HTTPIOStream.h
HTTPMessage.h
HTTPRequest.h
HTTPRequestHandler.h
HTTPRequestHandlerFactory.h
HTTPResponse.h
HTTPServer.h
HTTPServerConnection.h
HTTPServerConnectionFactory.h
HTTPServerParams.h
HTTPServerRequest.h
HTTPServerRequestImpl.h
HTTPServerResponse.h
HTTPServerResponseImpl.h
HTTPServerSession.h
HTTPSession.h
HTTPSessionFactory.h
HTTPSessionInstantiator.h
HTTPStream.h
HTTPStreamFactory.h
ICMPClient.h
ICMPEventArgs.h
ICMPPacket.h
ICMPPacketImpl.h
ICMPSocket.h
ICMPSocketImpl.h
ICMPv4PacketImpl.h
InflatingStream.h
IniFileConfiguration.h
InputSource.h
Instantiator.h
IntValidator.h
IPAddress.h
KeyValueArgs.h
Latin1Encoding.h
Latin9Encoding.h
LayeredConfiguration.h
LexicalHandler.h
LinearHashTable.h
LineEndingConverter.h
LocalDateTime.h
Locator.h
LocatorImpl.h
LogFile.h
LogFile_STD.h
Logger.h
LoggingConfigurator.h
LoggingFactory.h
LoggingRegistry.h
LoggingSubsystem.h
LogStream.h
LRUCache.h
LRUStrategy.h
MailMessage.h
MailRecipient.h
MailStream.h
Manifest.h
MapConfiguration.h
MD2Engine.h
MD4Engine.h
MD5Engine.h
MediaType.h
MemoryPool.h
MemoryStream.h
Message.h
MessageHeader.h
MetaObject.h
MetaProgramming.h
MulticastSocket.h
MultipartReader.h
MultipartWriter.h
MutationEvent.h
Mutex.h
Mutex_POSIX.h
Name.h
NamedEvent.h
NamedEvent_UNIX.h
NamedMutex.h
NamedMutex_UNIX.h
NamedNodeMap.h
NamedTuple.h
NamePool.h
NamespaceStrategy.h
NamespaceSupport.h
NameValueCollection.h
NestedDiagnosticContext.h
Net.h
NetException.h
NetworkInterface.h
NObserver.h
Node.h
NodeAppender.h
NodeFilter.h
NodeIterator.h
NodeList.h
Notation.h
Notification.h
NotificationCenter.h
NotificationQueue.h
NotificationStrategy.h
Nullable.h
NullChannel.h
NullPartHandler.h
NullStream.h
NumberFormatter.h
NumberParser.h
Observer.h
OpcomChannel.h
Option.h
OptionCallback.h
OptionException.h
OptionProcessor.h
OptionSet.h
ParserEngine.h
PartHandler.h
PartSource.h
Path.h
Path_UNIX.h
PatternFormatter.h
Pipe.h
PipeImpl.h
PipeImpl_POSIX.h
PipeStream.h
Platform.h
Platform_POSIX.h
Poco.h
POP3ClientSession.h
PriorityDelegate.h
PriorityEvent.h
PriorityExpire.h
PriorityNotificationQueue.h
Process.h
Process_UNIX.h
ProcessingInstruction.h
PropertyFileConfiguration.h
PurgeStrategy.h
QuotedPrintableDecoder.h
QuotedPrintableEncoder.h
Random.h
RandomStream.h
RawSocket.h
RawSocketImpl.h
RefCountedObject.h
RegExpValidator.h
RegularExpression.h
RemoteSyslogChannel.h
RemoteSyslogListener.h
RotateStrategy.h
Runnable.h
RunnableAdapter.h
RWLock.h
RWLock_POSIX.h
ErrorHandler.h (SAX/ErrorHandler.h)
SAXException.h
SAXParser.h
ScopedLock.h
ScopedUnlock.h
Semaphore.h
Semaphore_POSIX.h
ServerApplication.h
ServerSocket.h
ServerSocketImpl.h
SHA1Engine.h
SharedLibrary.h
SharedLibrary_UNIX.h
SharedMemory.h
SharedMemory_POSIX.h
SharedPtr.h
SignalHandler.h
SimpleFileChannel.h
SimpleHashTable.h
SingletonHolder.h
SMTPClientSession.h
Socket.h
SocketAddress.h
SocketDefs.h
SocketImpl.h
SocketNotifier.h
SocketReactor.h
SocketStream.h
SplitterChannel.h
Stopwatch.h
StrategyCollection.h
StreamChannel.h
StreamConverter.h
StreamCopier.h
StreamSocket.h
StreamSocketImpl.h
StreamTokenizer.h
StreamUtil.h
String.h
StringPartSource.h
StringTokenizer.h
Subsystem.h
SynchronizedObject.h
SyslogChannel.h
SystemConfiguration.h
Task.h
TaskManager.h
TaskNotification.h
TCPServer.h
TCPServerConnection.h
TCPServerConnectionFactory.h
TCPServerDispatcher.h
TCPServerParams.h
TeeStream.h
TemporaryFile.h
Text.h
TextBufferIterator.h
TextConverter.h
TextEncoding.h
TextIterator.h
Thread.h
Thread_POSIX.h
ThreadLocal.h
ThreadPool.h
ThreadTarget.h
TimedNotificationQueue.h
Timer.h
TimerTask.h
TimerTaskAdapter.h
Timespan.h
Timestamp.h
Timezone.h
Token.h
TreeWalker.h
Tuple.h
TypeList.h
Types.h
UnbufferedStreamBuf.h
Unicode.h
UnicodeConverter.h
UniqueAccessExpireCache.h
UniqueAccessExpireLRUCache.h
UniqueAccessExpireStrategy.h
UniqueExpireCache.h
UniqueExpireLRUCache.h
UniqueExpireStrategy.h
Units.h
URI.h
URIStreamFactory.h
URIStreamOpener.h
UTF16Encoding.h
UTF8Encoding.h
UTF8String.h
Util.h
Timer.h (Util/Timer.h)
UUID.h
UUIDGenerator.h
ValidArgs.h
Validator.h
Version.h
Void.h
WhitespaceFilter.h
Windows1252Encoding.h
XML.h
XMLConfiguration.h
XMLException.h
XMLFilter.h
XMLFilterImpl.h
XMLReader.h
XMLStream.h
XMLString.h
XMLWriter.h
zconf.h
zlib.h
to the top
Shared Libraries (4)
libPocoFoundation.so.10
libPocoNet.so.10
libPocoUtil.so.10
libPocoXML.so.10
to the top