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

#include "Deployment.idl"

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