KbDocumentService Object Services | 8 | ![]() |
The KbDocumentService module is defined in the file named:
It's version information is:
$Id: KbDocumentService.idl,v 1.40 1997-08-07 17:03:14-04 wlf Exp $
It is defined in the Java package named:
org.cert.KbDocumentService
module KbDocumentService
{
Forward declarations:
interface Advisory;
interface Document;
Sequence declarations:
typedef sequence<Advisory> SeqOfAdvisory;
typedef sequence<Document> SeqOfDocument;
interface Document {
};
interface Advisory : Document {
};
};