Actual source code: topsc.sidl

  2: package TOPS version 0.0.0 {

  4:   // This is an experimental C implementation of the StructuredSolver for
  5:   // testing contract-based CQoS support

  7:   class CStructuredSolver implements-all TOPS.Structured.Solver,
  8:                                          gov.cca.Component,
  9:                                                                                    gov.cca.ports.ParameterGetListener,
 10:                                                                                    gov.cca.ports.ParameterSetListener {
 11:     gov.cca.Services getServices();
 12:   }

 14: }