summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl')
-rw-r--r--CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl b/CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl
deleted file mode 100644
index be52f27f90e..00000000000
--- a/CIAO/ciao/FTComponentServer/CommonIDL/ReplicationManager.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- IDL -*-
-
-//=============================================================================
-/**
- * @file ReplicationManager.idl
- *
- * $Id$
- *
- * @author Friedhelm Wolf (fwolf@dre.vanderbilt.edu)
- */
-//=============================================================================
-
-#ifndef _REPLICATION_MANAGER_IDL_
-#define _REPLICATION_MANAGER_IDL_
-
-#include "LWFTDataStructures.idl"
-#include "StateSynchronizationAgent.idl"
-
-interface ReplicationManager
-{
- RankList register_agent (in Object agent_reference);
- void register_application (in string object_id, in double load,
- in string host_id, in string process_id,
- in short role, in Object server_reference);
- RankList register_state_synchronization_agent (in string host_id,
- in string process_id,
- in StateSynchronizationAgent agent);
- void util_update (in string host_id, in double utilization);
- void proc_failure (in string process_id);
- Object get_next (in string object_id);
-};
-
-#endif /* _REPLICATION_MANAGER_IDL_ */