summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.idl
blob: 5293ed4fcbe072fbaba80e89258be66a6ec270c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#include "Deployment.idl"

module CIAO
{
  interface RepositoryManagerDaemon : Deployment::RepositoryManager
  {
    // Shutdown the daemon process.
    oneway void shutdown ();
  };
};