summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl')
-rw-r--r--CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl35
1 files changed, 0 insertions, 35 deletions
diff --git a/CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl b/CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl
deleted file mode 100644
index a4572c287d2..00000000000
--- a/CIAO/ciao/FTComponentServer/CommonIDL/StateSynchronizationAgent.idl
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- IDL -*-
-
-//=============================================================================
-/**
- * @file StateSynchronizationAgent.idl
- *
- * $Id$
- *
- * @author Friedhelm Wolf (fwolf@dre.vanderbilt.edu)
- */
-//=============================================================================
-
-#ifndef _REPLICATION_AGENT_IDL_
-#define _REPLICATION_AGENT_IDL_
-
-#include "ReplicatedApplication.idl"
-#include "LWFTDataStructures.idl"
-
-interface StateSynchronizationAgent
-{
- /// triggers an serial update of the state information
- /// to all registered replicas
- void state_changed (in string object_id);
-
- /// used by the ReplicationManager to update information about
- /// active replicas
- void update_rank_list (in RankList replicas);
-
- /// informs the replication manager about applications for which
- /// it is responsible for replication
- void register_application (in string objec_id,
- in ReplicatedApplication app);
-};
-
-#endif /* _REPLICATION_AGENT_IDL_ */