summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Gateway.h
blob: 5c85f6e696c882c23e2ce01a92e16f6f3915651f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* -*- C++ -*- */
// $Id$

// ============================================================================
//
// = LIBRARY
//    gateway
// 
// = FILENAME
//    Gateway.h
//
// = DESCRIPTION
//    Since the Gateway is an <ACE_Service_Object>, this file defines
//    the entry point into the Service Configurator framework.
//
// = AUTHOR
//    Doug Schmidt 
// 
// ============================================================================

#if !defined (ACE_GATEWAY)
#define ACE_GATEWAY

#include "ace/OS.h"

ACE_SVC_FACTORY_DECLARE (Gateway)

#endif /* ACE_GATEWAY */