summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/Orbix/orbix_marshal_impl.i
blob: 0efa658c148515fb3c6285ed23da1ac0e2dab4d1 (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
// $Id$

// constructor
ACE_INLINE
Marshal_SSI_Impl::Marshal_SSI_Impl (const char *obj_name)
  : MarshalBOAImpl (obj_name)
{
}

// destructor
ACE_INLINE
Marshal_SSI_Impl::~Marshal_SSI_Impl (void)
{
}

// constructor
ACE_INLINE
Marshal_DSI_Impl::Marshal_DSI_Impl (CORBA::ORB_ptr orb, const char *obj_name)
  : orb_ (orb)
{
}

// destructor
ACE_INLINE
Marshal_DSI_Impl::~Marshal_DSI_Impl (void)
{
  orb_ = CORBA::ORB::_nil ();
}