summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Combined_Service/service_config.idl
blob: f4fb3363f8e78ef265cc01bfefdc059f43412655 (plain)
1
2
3
4
5
6
// $Id$
// Just provides a corba interface to the ACE Service Configurator
interface ServiceConfigurator {
  long process_directive(in string s);
  void reconfigure();
};