Actual source code: topsc.sidl

  2: package TOPS version 0.0.0 {

  4:   // This is an experimental C implementation of the UnstructuredSolver for
  5:   // testing contract-based CQoS support
  6:   class CStructuredSolver implements-all TOPS.Structured.Solver, gov.cca.Component, gov.cca.ports.ParameterGetListener, gov.cca.ports.ParameterSetListener {
  7:     gov.cca.Services getServices();
  8:   }

 10: }