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

// Implementation of the Dynamic Server Skeleton Interface

#include "tao/Server_Request.h"

#include "tao/CDR.h"
#include "tao/POAC.h"
#include "tao/Environment.h"
#include "tao/NVList.h"
#include "tao/Principal.h"
#include "tao/ORB_Core.h"
#include "tao/Timeprobe.h"
#include "tao/Any.h"

#if !defined (__ACE_INLINE__)
# include "tao/Server_Request.i"
#endif /* ! __ACE_INLINE__ */

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