summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Object_Loader.cpp
blob: 5379fa97148bbfe1f76c68771cdc6b7c162cebd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#include "tao/Object_Loader.h"

ACE_RCSID (tao,
           Object_Loader,
           "$Id$")


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Object_Loader::~TAO_Object_Loader (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL