~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerORB_export.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// -*- C++ -*-
3
 
// FT_ServerORB_export.h,v 1.2 2004/01/07 18:59:38 jwillemsen Exp
4
 
// Definition for Win32 Export directives.
5
 
// This file is generated automatically by generate_export_file.pl TAO_FT_ServerORB
6
 
// ------------------------------
7
 
#ifndef TAO_FT_SERVERORB_EXPORT_H
8
 
#define TAO_FT_SERVERORB_EXPORT_H
9
 
 
10
 
#include "ace/config-all.h"
11
 
 
12
 
#if defined (TAO_AS_STATIC_LIBS)
13
 
#  if !defined (TAO_FT_SERVERORB_HAS_DLL)
14
 
#    define TAO_FT_SERVERORB_HAS_DLL 0
15
 
#  endif /* ! TAO_FT_SERVERORB_HAS_DLL */
16
 
#else
17
 
#  if !defined (TAO_FT_SERVERORB_HAS_DLL)
18
 
#    define TAO_FT_SERVERORB_HAS_DLL 1
19
 
#  endif /* ! TAO_FT_SERVERORB_HAS_DLL */
20
 
#endif
21
 
 
22
 
#if defined (TAO_FT_SERVERORB_HAS_DLL) && (TAO_FT_SERVERORB_HAS_DLL == 1)
23
 
#  if defined (TAO_FT_SERVERORB_BUILD_DLL)
24
 
#    define TAO_FT_ServerORB_Export ACE_Proper_Export_Flag
25
 
#    define TAO_FT_SERVERORB_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
26
 
#    define TAO_FT_SERVERORB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
27
 
#  else /* TAO_FT_SERVERORB_BUILD_DLL */
28
 
#    define TAO_FT_ServerORB_Export ACE_Proper_Import_Flag
29
 
#    define TAO_FT_SERVERORB_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
30
 
#    define TAO_FT_SERVERORB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
31
 
#  endif /* TAO_FT_SERVERORB_BUILD_DLL */
32
 
#else /* TAO_FT_SERVERORB_HAS_DLL == 1 */
33
 
#  define TAO_FT_ServerORB_Export
34
 
#  define TAO_FT_SERVERORB_SINGLETON_DECLARATION(T)
35
 
#  define TAO_FT_SERVERORB_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
36
 
#endif /* TAO_FT_SERVERORB_HAS_DLL == 1 */
37
 
 
38
 
// Set TAO_FT_SERVERORB_NTRACE = 0 to turn on library specific tracing even if
39
 
// tracing is turned off for ACE.
40
 
#if !defined (TAO_FT_SERVERORB_NTRACE)
41
 
#  if (ACE_NTRACE == 1)
42
 
#    define TAO_FT_SERVERORB_NTRACE 1
43
 
#  else /* (ACE_NTRACE == 1) */
44
 
#    define TAO_FT_SERVERORB_NTRACE 0
45
 
#  endif /* (ACE_NTRACE == 1) */
46
 
#endif /* !TAO_FT_SERVERORB_NTRACE */
47
 
 
48
 
#if (TAO_FT_SERVERORB_NTRACE == 1)
49
 
#  define TAO_FT_SERVERORB_TRACE(X)
50
 
#else /* (TAO_FT_SERVERORB_NTRACE == 1) */
51
 
#  if !defined (ACE_HAS_TRACE)
52
 
#    define ACE_HAS_TRACE
53
 
#  endif /* ACE_HAS_TRACE */
54
 
#  define TAO_FT_SERVERORB_TRACE(X) ACE_TRACE_IMPL(X)
55
 
#  include "ace/Trace.h"
56
 
#endif /* (TAO_FT_SERVERORB_NTRACE == 1) */
57
 
 
58
 
#endif /* TAO_FT_SERVERORB_EXPORT_H */
59
 
 
60
 
// End of auto generated file.