summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Upcall_Command.cpp
blob: dd6b7d8e85feab01446a59b9793c86aa66001662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $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