summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Gateway.h
blob: 8008690245a310cd70678cad3a9955a82ade3ed0 (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++ -*-

//=============================================================================
/**
 *  @file    Gateway.h
 *
 *  $Id$
 *
 *  Since the Gateway is an <ACE_Service_Object>, this file defines
 *  the entry point into the Service Configurator framework.
 *
 *
 *  @author Doug Schmidt
 */
//=============================================================================


#ifndef ACE_GATEWAY
#define ACE_GATEWAY

#include "ace/svc_export.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

ACE_SVC_FACTORY_DECLARE (Gateway)

#endif /* ACE_GATEWAY */