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

#include "ciao/Deployment_RepositoryManager.idl"

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