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

#include "DAnCE/Deployment/Deployment_RepositoryManager.idl"

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