summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/ID_Handler.cpp
blob: 8e09f935c03eb88578c5f9699054b7ee1e7181b8 (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
36
37
38
39
40
41

// $Id$


#include "ID_Handler.h"
#include "Basic_Deployment_Data.hpp"
#include "ciao/Deployment_DataC.h"



namespace CIAO
{
  namespace Config_Handlers
  {

    ID_Handler::ID_Handler (void)
    {
    }

    ID_Handler::~ID_Handler (void)
    {
    }


    void
    ID_Handler::get_ImplementationDependency (
                    Deployment::ImplementationDependency& toconfig, 
                    ImplementationDependency& desc)
    {


      
      toconfig.requiredType=
           CORBA::string_dup (desc.requiredType ().c_str ());

      
    }

  }

}