summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/IDLType_i.cpp
blob: d81ca96cae0db77b029830b5364ba7d66741c84e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- C++ -*- */
// $Id$

#include "IDLType_i.h"

ACE_RCSID(IFR_Service, IDLType_i, "$Id$")

TAO_IDLType_i::TAO_IDLType_i (TAO_Repository_i *repo,
                              ACE_Configuration_Section_Key section_key)
  : TAO_IRObject_i (repo, section_key)
{
}

TAO_IDLType_i::~TAO_IDLType_i (void)
{
}