summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h')
-rw-r--r--modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h b/modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h
deleted file mode 100644
index dba5a723a50..00000000000
--- a/modules/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file ComponentAttributesSetter.h
- *
- * $Id$
- *
- * @Brief Workaround for component attributes setting
- *
- * @author Erwin Gottlieb <eg@prismtech.com>
- */
-//=============================================================================
-
-#ifndef COMPONENTATTRIBUTESSETTER_H_
-#define COMPONENTATTRIBUTESSETTER_H_
-
-#include "NodeApplication_Export.h"
-#include "Deployment/Deployment_BaseC.h"
-
-class NodeApplication_Export ComponentAttributesSetter
- {
- public:
- ComponentAttributesSetter();
- ~ComponentAttributesSetter();
-
- static void SetComponentAttributes (ACE_CString componentName,
- CORBA::Object_ptr,
- const Deployment::Properties& prop,
- CORBA::ORB_ptr orb);
- };
-
-#endif /*COMPONENTATTRIBUTESSETTER_H_*/