| User's Guide: Plugin Support for Ada 95; Version 0.1.0; Document Revision $Revision: 1.2 $ | ||
|---|---|---|
| Prev | Chapter 1. Basic Concepts | Next |
The plugin library contains serveral units which are all childs of the so util unit which is basically empty.
Packages and thers functions
Package: Util.Abstract_Plugin
Description: This package provides class from which all plugin implementations are derived from. It uses the package Util.DLL to interface with the operating system library dl.
Package: Util.DLL
Description: This package provides the infrastructure in order to communicate with the dynamic loader of the operating system. This package is based on the ideas of Ian Sharpe.
Package: Util.Plugin_Interface
Description: This package provides the abstract interface between server and plugin.
Package: Util.Trace
Description: This package provides a trace utility which is used by all Util components.

Packages and Classes