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

#include "tao/PortableServer/Upcall_Command.h"

ACE_RCSID (PortableServer,
           Upcall_Command,
           "$Id$")


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO::Upcall_Command::~Upcall_Command (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL