summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/NodeApplication/ComponentAttributesSetter.h
blob: 3f815cf700172e91fae36d61693e669998e1a8e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// -*- C++ -*-

//=============================================================================
/**
 *  @file    ComponentAttributesSetter.h
 *
 *  $Id$
 *
 * @Brief  Workaround for component attributes setting
 *
 * @author Erwin Gottlieb <eg@prismtech.com>
 */
//=============================================================================

#ifndef COMPONENTATTRIBUTESSETTER_H_
#define COMPONENTATTRIBUTESSETTER_H_

//#include "ComponentAttributesSetter_Export.h"
#include "NodeApplication_Export.h"
#include "Deployment/Deployment_BaseC.h"
#include "ccm/CCM_ObjectC.h"

class NodeApplication_Export ComponentAttributesSetter
  {
  public:
    ComponentAttributesSetter();
    ~ComponentAttributesSetter();

    static void SetComponentAttributes (ACE_CString componentName,
                                        Components::CCMObject_ptr,
                                        const Deployment::Properties& prop,
                                        CORBA::ORB_ptr orb);
  };

#endif /*COMPONENTATTRIBUTESSETTER_H_*/