Binary compatibility report for the POCO library  between 1.4.3 and 1.4.4 versions on x86

Test Info


Library NamePOCO
Version #11.4.3
Version #21.4.4
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files432
Total Shared Libraries4
Total Symbols / Types7173 / 2516
VerdictIncompatible
(1.8%)

Problem Summary


SeverityCount
Added Symbols-99
Removed SymbolsHigh20
Problems with
Data Types
High10
Medium6
Low11
Problems with
Symbols
High20
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (99)


AbstractEvent.h, libPocoFoundation.so.14
namespace Poco
AbstractEvent<DirectoryWatcher::DirectoryEvent const,DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >,AbstractDelegate<DirectoryWatcher::DirectoryEvent const>,FastMutex>::~AbstractEvent [in-charge-deleting] ( )
AbstractEvent<DirectoryWatcher::DirectoryEvent const,DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >,AbstractDelegate<DirectoryWatcher::DirectoryEvent const>,FastMutex>::~AbstractEvent [in-charge] ( )
AbstractEvent<Exception const,DefaultStrategy<Exception const,AbstractDelegate<Exception const> >,AbstractDelegate<Exception const>,FastMutex>::~AbstractEvent [in-charge-deleting] ( )
AbstractEvent<Exception const,DefaultStrategy<Exception const,AbstractDelegate<Exception const> >,AbstractDelegate<Exception const>,FastMutex>::~AbstractEvent [in-charge] ( )

AbstractEvent.h, libPocoNet.so.14
namespace Poco
AbstractEvent<bool const,DefaultStrategy<bool const,AbstractDelegate<bool const> >,AbstractDelegate<bool const>,FastMutex>::~AbstractEvent [in-charge-deleting] ( )
AbstractEvent<bool const,DefaultStrategy<bool const,AbstractDelegate<bool const> >,AbstractDelegate<bool const>,FastMutex>::~AbstractEvent [in-charge] ( )

BasicEvent.h, libPocoFoundation.so.14
namespace Poco
BasicEvent<DirectoryWatcher::DirectoryEvent const,FastMutex>::~BasicEvent [in-charge-deleting] ( )
BasicEvent<DirectoryWatcher::DirectoryEvent const,FastMutex>::~BasicEvent [in-charge] ( )
BasicEvent<Exception const,FastMutex>::~BasicEvent [in-charge-deleting] ( )
BasicEvent<Exception const,FastMutex>::~BasicEvent [in-charge] ( )

BasicEvent.h, libPocoNet.so.14
namespace Poco
BasicEvent<bool const,FastMutex>::~BasicEvent [in-charge-deleting] ( )
BasicEvent<bool const,FastMutex>::~BasicEvent [in-charge] ( )

DefaultStrategy.h, libPocoFoundation.so.14
namespace Poco
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::add AbstractDelegate<DirectoryWatcher::DirectoryEvent const>const& delegate )
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::clear ( )
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::empty ( ) const
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::notify ( void const* sender, DirectoryWatcher::DirectoryEvent const& arguments )
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::remove AbstractDelegate<DirectoryWatcher::DirectoryEvent const>const& delegate )
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::~DefaultStrategy [in-charge-deleting] ( )
DefaultStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::~DefaultStrategy [in-charge] ( )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::add AbstractDelegate<Exception const>const& delegate )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::clear ( )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::empty ( ) const
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::notify ( void const* sender, Exception const& arguments )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::remove AbstractDelegate<Exception const>const& delegate )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::~DefaultStrategy [in-charge-deleting] ( )
DefaultStrategy<Exception const,AbstractDelegate<Exception const> >::~DefaultStrategy [in-charge] ( )

DefaultStrategy.h, libPocoNet.so.14
namespace Poco
DefaultStrategy<bool const,AbstractDelegate<bool const> >::add AbstractDelegate<bool const>const& delegate )
DefaultStrategy<bool const,AbstractDelegate<bool const> >::clear ( )
DefaultStrategy<bool const,AbstractDelegate<bool const> >::empty ( ) const
DefaultStrategy<bool const,AbstractDelegate<bool const> >::notify ( void const* sender, bool const& arguments )
DefaultStrategy<bool const,AbstractDelegate<bool const> >::remove AbstractDelegate<bool const>const& delegate )
DefaultStrategy<bool const,AbstractDelegate<bool const> >::~DefaultStrategy [in-charge-deleting] ( )
DefaultStrategy<bool const,AbstractDelegate<bool const> >::~DefaultStrategy [in-charge] ( )

DirectoryWatcher.h, libPocoFoundation.so.14
namespace Poco
DirectoryWatcher::DirectoryWatcher [in-charge] ( File const& directory, int eventMask, int scanInterval )
DirectoryWatcher::DirectoryWatcher [in-charge] ( std::string const& path, int eventMask, int scanInterval )
DirectoryWatcher::DirectoryWatcher [not-in-charge] ( File const& directory, int eventMask, int scanInterval )
DirectoryWatcher::DirectoryWatcher [not-in-charge] ( std::string const& path, int eventMask, int scanInterval )
DirectoryWatcher::init ( )
DirectoryWatcher::resumeEvents ( )
DirectoryWatcher::run ( )
DirectoryWatcher::stop ( )
DirectoryWatcher::supportsMoveEvents ( ) const
DirectoryWatcher::suspendEvents ( )
DirectoryWatcher::~DirectoryWatcher [in-charge-deleting] ( )
DirectoryWatcher::~DirectoryWatcher [in-charge] ( )
DirectoryWatcher::~DirectoryWatcher [not-in-charge] ( )

FileChannel.h, libPocoFoundation.so.14
namespace Poco
FileChannel::PROP_FLUSH [data]
FileChannel::setFlush std::string const& flush )

HTTPBasicCredentials.h, libPocoNet.so.14
namespace Poco::Net
HTTPBasicCredentials::authenticate HTTPRequest& request ) const
HTTPBasicCredentials::proxyAuthenticate HTTPRequest& request ) const

HTTPCredentials.h, libPocoNet.so.14
namespace Poco::Net
HTTPCredentials::hasProxyBasicCredentials HTTPRequest const& request ) [static]
HTTPCredentials::hasProxyDigestCredentials HTTPRequest const& request ) [static]
HTTPCredentials::proxyAuthenticate ( HTTPRequest& request, HTTPResponse const& response )
HTTPCredentials::updateProxyAuthInfo HTTPRequest& request )

HTTPDigestCredentials.h, libPocoNet.so.14
namespace Poco::Net
HTTPDigestCredentials::proxyAuthenticate ( HTTPRequest& request, HTTPAuthenticationParams const& responseAuthParams )
HTTPDigestCredentials::proxyAuthenticate ( HTTPRequest& request, HTTPResponse const& response )
HTTPDigestCredentials::updateProxyAuthInfo HTTPRequest& request )

HTTPFixedLengthStream.h, libPocoNet.so.14
namespace Poco::Net
HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length )
HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [not-in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length )
HTTPFixedLengthIOS::HTTPFixedLengthIOS [in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthIOS::HTTPFixedLengthIOS [not-in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length )
HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [not-in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length )
HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [not-in-charge] ( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length, HTTPFixedLengthStreamBuf::openmode mode )

HTTPRequest.h, libPocoNet.so.14
namespace Poco::Net
HTTPRequest::getCredentials ( std::string const& header, std::string& scheme, std::string& authInfo ) const
HTTPRequest::getProxyCredentials ( std::string& scheme, std::string& authInfo ) const
HTTPRequest::hasProxyCredentials ( ) const
HTTPRequest::PROXY_AUTHORIZATION [data]
HTTPRequest::setCredentials ( std::string const& header, std::string const& scheme, std::string const& authInfo )
HTTPRequest::setProxyCredentials ( std::string const& scheme, std::string const& authInfo )

HTTPServer.h, libPocoNet.so.14
namespace Poco::Net
HTTPServer::stopAll bool abortCurrent )

HTTPServerConnection.h, libPocoNet.so.14
namespace Poco::Net
HTTPServerConnection::onServerStopped bool const& abortCurrent )

HTTPServerRequestImpl.h, libPocoNet.so.14
namespace Poco::Net
HTTPServerRequestImpl::HTTPServerRequestImpl [in-charge] ( HTTPServerResponseImpl& response, HTTPServerSession& session, HTTPServerParams* pParams )
HTTPServerRequestImpl::HTTPServerRequestImpl [not-in-charge] ( HTTPServerResponseImpl& response, HTTPServerSession& session, HTTPServerParams* pParams )

LogFile_STD.h, libPocoFoundation.so.14
namespace Poco
LogFileImpl::writeImpl ( std::string const& text, bool flush )

MessageHeader.h, libPocoNet.so.14
namespace Poco::Net
MessageHeader::hasToken ( std::string const& fieldName, std::string const& token ) const

NotificationStrategy.h, libPocoFoundation.so.14
namespace Poco
NotificationStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::~NotificationStrategy [in-charge-deleting] ( )
NotificationStrategy<DirectoryWatcher::DirectoryEvent const,AbstractDelegate<DirectoryWatcher::DirectoryEvent const> >::~NotificationStrategy [in-charge] ( )
NotificationStrategy<Exception const,AbstractDelegate<Exception const> >::~NotificationStrategy [in-charge-deleting] ( )
NotificationStrategy<Exception const,AbstractDelegate<Exception const> >::~NotificationStrategy [in-charge] ( )

NotificationStrategy.h, libPocoNet.so.14
namespace Poco
NotificationStrategy<bool const,AbstractDelegate<bool const> >::~NotificationStrategy [in-charge-deleting] ( )
NotificationStrategy<bool const,AbstractDelegate<bool const> >::~NotificationStrategy [in-charge] ( )

Process.h, libPocoFoundation.so.14
namespace Poco
Process::launch ( std::string const& command, Process::Args const& args, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe, Process::Env const& env ) [static]
Process::launch ( std::string const& command, Process::Args const& args, std::string const& initialDirectory ) [static]
Process::launch ( std::string const& command, Process::Args const& args, std::string const& initialDirectory, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe ) [static]
Process::launch ( std::string const& command, Process::Args const& args, std::string const& initialDirectory, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe, Process::Env const& env ) [static]

Process_UNIX.h, libPocoFoundation.so.14
namespace Poco
ProcessImpl::launchImpl ( std::string const& command, ProcessImpl::ArgsImpl const& args, std::string const& initialDirectory, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe, ProcessImpl::EnvImpl const& env ) [static]

SimpleFileChannel.h, libPocoFoundation.so.14
namespace Poco
SimpleFileChannel::PROP_FLUSH [data]
SimpleFileChannel::setFlush std::string const& flush )

Socket.h, libPocoNet.so.14
namespace Poco::Net
Socket::init int af )

SocketAddress.h, libPocoNet.so.14
namespace Poco::Net
SocketAddress::operator< SocketAddress const& addr ) const

TaskManager.h, libPocoFoundation.so.14
namespace Poco
TaskManager::postNotification Notification::Ptr const& pNf )

Thread_POSIX.h, libPocoFoundation.so.14
namespace Poco
ThreadImpl::getMaxOSPriorityImpl int policy ) [static]
ThreadImpl::getMinOSPriorityImpl int policy ) [static]
ThreadImpl::mapPrio int prio, int policy ) [static]
ThreadImpl::reverseMapPrio int osPrio, int policy ) [static]
ThreadImpl::setOSPriorityImpl int prio, int policy )

WebSocketImpl.h, libPocoNet.so.14
namespace Poco::Net
WebSocketImpl::connectNB SocketAddress const& address )

to the top

Removed Symbols (20)


HTTPBasicCredentials.h, libPocoNet.so.12
namespace Poco::Net
HTTPBasicCredentials::authenticate HTTPRequest& request )

HTTPFixedLengthStream.h, libPocoNet.so.12
namespace Poco::Net
HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [in-charge] ( HTTPSession& session, std::streamsize length )
HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [not-in-charge] ( HTTPSession& session, std::streamsize length )
HTTPFixedLengthIOS::HTTPFixedLengthIOS [in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthIOS::HTTPFixedLengthIOS [not-in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [in-charge] ( HTTPSession& session, std::streamsize length )
HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [not-in-charge] ( HTTPSession& session, std::streamsize length )
HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode )
HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [not-in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode )

HTTPServerRequestImpl.h, libPocoNet.so.12
namespace Poco::Net
HTTPServerRequestImpl::HTTPServerRequestImpl [in-charge] ( HTTPServerResponse& response, HTTPServerSession& session, HTTPServerParams* pParams )
HTTPServerRequestImpl::HTTPServerRequestImpl [not-in-charge] ( HTTPServerResponse& response, HTTPServerSession& session, HTTPServerParams* pParams )

LogFile_STD.h, libPocoFoundation.so.12
namespace Poco
LogFileImpl::writeImpl std::string const& text )

Process_UNIX.h, libPocoFoundation.so.12
namespace Poco
ProcessImpl::launchImpl ( std::string const& command, ProcessImpl::ArgsImpl const& args, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe ) [static]

TaskManager.h, libPocoFoundation.so.12
namespace Poco
TaskManager::postNotification Notification* pNf )

Thread_POSIX.h, libPocoFoundation.so.12
namespace Poco
ThreadImpl::getMaxOSPriorityImpl ( ) [static]
ThreadImpl::getMinOSPriorityImpl ( ) [static]
ThreadImpl::mapPrio int prio ) [static]
ThreadImpl::reverseMapPrio int osPrio ) [static]
ThreadImpl::setOSPriorityImpl int prio )

WebSocketImpl.h, libPocoNet.so.12
namespace Poco::Net
WebSocketImpl::connectNB ( SocketAddress const& address, Poco::Timespan const& timeout )

to the top

Problems with Data Types, High Severity (10)


FileChannel.h
namespace Poco
[+] class FileChannel (1)

HTTPFixedLengthStream.h
namespace Net
[+] class HTTPFixedLengthInputStream (1)
[+] class HTTPFixedLengthIOS (1)
[+] class HTTPFixedLengthOutputStream (1)
[+] class HTTPFixedLengthStreamBuf (1)

HTTPRequestHandlerFactory.h
namespace Net
[+] class HTTPRequestHandlerFactory (1)

HTTPServer.h
namespace Net
[+] class HTTPServer (1)

HTTPServerConnection.h
namespace Net
[+] class HTTPServerConnection (1)

HTTPServerResponseImpl.h
namespace Net
[+] class HTTPServerResponseImpl (1)

SimpleFileChannel.h
namespace Poco
[+] class SimpleFileChannel (1)

to the top

Problems with Symbols, High Severity (20)


HTTPBasicCredentials.h, libPocoNet.so.12
namespace Net
[+] HTTPBasicCredentials::authenticate HTTPRequest& request ) (1)

HTTPFixedLengthStream.h, libPocoNet.so.12
namespace Net
[+] HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [in-charge] ( HTTPSession& session, std::streamsize length ) (1)
[+] HTTPFixedLengthInputStream::HTTPFixedLengthInputStream [not-in-charge] ( HTTPSession& session, std::streamsize length ) (1)
[+] HTTPFixedLengthIOS::HTTPFixedLengthIOS [not-in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode ) (1)
[+] HTTPFixedLengthIOS::HTTPFixedLengthIOS [in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode ) (1)
[+] HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [not-in-charge] ( HTTPSession& session, std::streamsize length ) (1)
[+] HTTPFixedLengthOutputStream::HTTPFixedLengthOutputStream [in-charge] ( HTTPSession& session, std::streamsize length ) (1)
[+] HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode ) (1)
[+] HTTPFixedLengthStreamBuf::HTTPFixedLengthStreamBuf [not-in-charge] ( HTTPSession& session, std::streamsize length, HTTPFixedLengthStreamBuf::openmode mode ) (1)

HTTPServerRequestImpl.h, libPocoNet.so.12
namespace Net
[+] HTTPServerRequestImpl::HTTPServerRequestImpl [not-in-charge] ( HTTPServerResponse& response, HTTPServerSession& session, HTTPServerParams* pParams ) (1)
[+] HTTPServerRequestImpl::HTTPServerRequestImpl [in-charge] ( HTTPServerResponse& response, HTTPServerSession& session, HTTPServerParams* pParams ) (1)

LogFile_STD.h, libPocoFoundation.so.12
namespace Poco
[+] LogFileImpl::writeImpl std::string const& text ) (1)

Process_UNIX.h, libPocoFoundation.so.12
namespace Poco
[+] ProcessImpl::launchImpl ( std::string const& command, ProcessImpl::ArgsImpl const& args, Pipe* inPipe, Pipe* outPipe, Pipe* errPipe ) [static] (1)

TaskManager.h, libPocoFoundation.so.12
namespace Poco
[+] TaskManager::postNotification Notification* pNf ) (1)

Thread_POSIX.h, libPocoFoundation.so.12
namespace Poco
[+] ThreadImpl::getMaxOSPriorityImpl ( ) [static] (1)
[+] ThreadImpl::getMinOSPriorityImpl ( ) [static] (1)
[+] ThreadImpl::mapPrio int prio ) [static] (1)
[+] ThreadImpl::reverseMapPrio int osPrio ) [static] (1)
[+] ThreadImpl::setOSPriorityImpl int prio ) (1)

WebSocketImpl.h, libPocoNet.so.12
namespace Poco::Net
[+] WebSocketImpl::connectNB ( SocketAddress const& address, Poco::Timespan const& timeout ) (1)

to the top

Problems with Data Types, Medium Severity (6)


HTTPFixedLengthStream.h
namespace Net
[+] class HTTPFixedLengthInputStream (1)
[+] class HTTPFixedLengthIOS (2)
[+] class HTTPFixedLengthOutputStream (1)

Thread_POSIX.h
namespace Poco
[+] class ThreadImpl::ThreadData (1)

WebSocketImpl.h
namespace Poco::Net
[+] class WebSocketImpl (1)

to the top

Problems with Data Types, Low Severity (11)


FileChannel.h
namespace Poco
[+] class FileChannel (1)

HTTPFixedLengthStream.h
namespace Net
[+] class HTTPFixedLengthStreamBuf (2)

HTTPRequestHandlerFactory.h
namespace Net
[+] class HTTPRequestHandlerFactory (1)

HTTPServer.h
namespace Net
[+] class HTTPServer (1)

HTTPServerConnection.h
namespace Net
[+] class HTTPServerConnection (2)

HTTPServerResponseImpl.h
namespace Net
[+] class HTTPServerResponseImpl (1)

SimpleFileChannel.h
namespace Poco
[+] class SimpleFileChannel (1)

Thread_POSIX.h
namespace Poco
[+] class ThreadImpl::ThreadData (1)

WebSocketImpl.h
namespace Poco::Net
[+] class WebSocketImpl (1)

to the top

Header Files (432)


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
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
HTTPAuthenticationParams.h
HTTPBasicCredentials.h
HTTPBasicStreamBuf.h
HTTPBufferAllocator.h
HTTPChunkedStream.h
HTTPClientSession.h
HTTPCookie.h
HTTPCredentials.h
HTTPDigestCredentials.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
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
PriorityStrategy.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
WebSocket.h
WebSocketImpl.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.12
libPocoNet.so.12
libPocoUtil.so.12
libPocoXML.so.12

to the top




Generated on Wed Sep 5 05:07:27 2012 for POCO by ABI Compliance Checker 1.98.4  
A tool for checking backward compatibility of a C/C++ library API