return to first page linux journal archive
keywordscontents

Listing 1. EventChannel.idl

module logging
{
  interface LogService
  {
    void  send(in string str);
  };
};