summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/CIAO_Properties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/CIAO_Properties.idl')
-rw-r--r--CIAO/ciao/FTComponentServer/CIAO_Properties.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/CIAO/ciao/FTComponentServer/CIAO_Properties.idl b/CIAO/ciao/FTComponentServer/CIAO_Properties.idl
deleted file mode 100644
index 6f0cf0e47e1..00000000000
--- a/CIAO/ciao/FTComponentServer/CIAO_Properties.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * @file CIAO_Properties.idl
- * @author William R. Otte
- * $Id$
- * Standardizes names of configvalues used by CIAO.
- */
-
-#ifndef CIAO_PROPERTIES_IDL
-#define CIAO_PROPERTIES_IDL
-
-module CIAO
-{
- module Deployment
- {
- const string SVNT_ENTRYPT = "edu.vanderbilt.dre.CIAO.ServantEntrypoint";
- const string SVNT_ARTIFACT = "edu.vanderbilt.dre.CIAO.ServantArtifact";
- const string EXEC_ARTIFACT = "edu.vanderbilt.dre.CIAO.ExecutorArtifact";
- const string SERVER_RESOURCES = "edu.vanderbilt.dre.CIAO.ServerResources";
- const string SERVER_UUID = "edu.vanderbilt.dre.CIAO.ServerUUID";
- const string SERVER_EXECUTABLE = "edu.vanderbilt.dre.CIAO.ComponentServerExecutable";
- const string SERVER_ARGUMENTS = "edu.vanderbilt.dre.CIAO.ComponentServerArgs";
- const string SERVER_TIMEOUT = "edu.vanderbilt.dre.CIAO.ServerTimeout";
- const string SERVER_MULTITHREAD = "edu.vanderbilt.dre.CIAO.Multithreaded";
- const string REGISTER_NAMING = "edu.vanderbilt.dre.CIAO.RegisterNaming";
- const string OBJECT_ID = "edu.vanderbilt.dre.CIAO.ObjectId";
-
- };
-};
-#endif /* CIAO_PROPERTIES_IDL */