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

#include "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