summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Gateway.h
blob: fe7d138b3a1ef36554cd2221272b05fe3464f542 (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
30
31
32
33
// -*- 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
//
// ============================================================================

#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 */