KosAppService Object Services | 15 | ![]() |
The KosAppService module is defined in the file named:
It's version information is:
$Id: KosAppService.idl,v 1.20 1997-08-07 17:03:18-04 wlf Exp $
It is defined in the Java package named:
org.cert.KosAppService
module KosAppService
{
Forward declarations:
interface Version;
Sequence declarations:
typedef sequence<Version> SeqOfVersion;
struct Info {
short major;
short minor;
short delta;
string name;
string date;
string summary;
string note;
};
interface Version {
Info get_version_info();
};
};