summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h')
-rw-r--r--modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h b/modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h
deleted file mode 100644
index cf40a32c288..00000000000
--- a/modules/CIAO/DAnCE/Deployment/DAnCE_Loader.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id$
-
-/**
- * @file DAnCE_Loader.h
- * Abstract class for DAnCE object loaders.
- */
-
-#ifndef DANCE_LOADDER_H_
-#define DANCE_LOADDER_H_
-
-namespace DAnCE
-{
- class DAnCE_Object_Loader : public TAO_Object_Loader
- {
- public:
- /// Deliver a usage statement about the object.
- virtual const char * usage (void) = 0;
-
- /// Parse args passed to it; is not destructive
- virtual bool parse_args (int argc, ACE_TCHAR *argv []) = 0;
- };
-
-
-}
-
-#endif