summaryrefslogtreecommitdiff
path: root/CIAO/examples/BasicSP/BasicSP_exec.cpp
blob: e4e1aebcc0b0686fa3fed7d877403bfb77fbe4b2 (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
42
43
44
45
// $Id$
//
// ****              Code generated by the                 ****
// ****  Component Integrated ACE ORB (CIAO) CIDL Compiler ****
// CIAO has been developed by:
//       Center for Distributed Object Computing
//       Washington University
//       St. Louis, MO
//       USA
//       http://www.cs.wustl.edu/~schmidt/doc-center.html
// CIDL Compiler has been developed by:
//       Institute for Software Integrated Systems
//       Vanderbilt University
//       Nashville, TN
//       USA
//       http://www.isis.vanderbilt.edu/
//
// Information about CIAO is available at:
//    http://www.dre.vanderbilt.edu/CIAO

#include "BasicSP_exec.h"
#include "ciao/CIAO_common.h"

MyImpl::ReadData_Impl::ReadData_Impl(const char* name)
  : str_ (name)
{

}

MyImpl::ReadData_Impl::~ReadData_Impl()
{

}

void
MyImpl::ReadData_Impl::set_name (const char* name)
{
  this->str_ = name;
}

char *
MyImpl::ReadData_Impl::get_data ()
{
  return CORBA::string_dup (this->str_.in());
}