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

« back to all changes in this revision

Viewing changes to examples/C++NPv2/TPCLS_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
 
// TPCLS_export.h,v 1.1 2002/05/30 03:00:59 shuston Exp
4
 
// Definition for Win32 Export directives.
5
 
// This file is generated automatically by generate_export_file.pl TPCLS
6
 
// ------------------------------
7
 
#ifndef TPCLS_EXPORT_H
8
 
#define TPCLS_EXPORT_H
9
 
 
10
 
#include "ace/config-all.h"
11
 
 
12
 
#if !defined (TPCLS_HAS_DLL)
13
 
#  define TPCLS_HAS_DLL 1
14
 
#endif /* ! TPCLS_HAS_DLL */
15
 
 
16
 
#if defined (TPCLS_HAS_DLL) && (TPCLS_HAS_DLL == 1)
17
 
#  if defined (TPCLS_BUILD_DLL)
18
 
#    define TPCLS_Export ACE_Proper_Export_Flag
19
 
#    define TPCLS_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
20
 
#    define TPCLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
21
 
#  else /* TPCLS_BUILD_DLL */
22
 
#    define TPCLS_Export ACE_Proper_Import_Flag
23
 
#    define TPCLS_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
24
 
#    define TPCLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
25
 
#  endif /* TPCLS_BUILD_DLL */
26
 
#else /* TPCLS_HAS_DLL == 1 */
27
 
#  define TPCLS_Export
28
 
#  define TPCLS_SINGLETON_DECLARATION(T)
29
 
#  define TPCLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
30
 
#endif /* TPCLS_HAS_DLL == 1 */
31
 
 
32
 
// Set TPCLS_NTRACE = 0 to turn on library specific tracing even if
33
 
// tracing is turned off for ACE.
34
 
#if !defined (TPCLS_NTRACE)
35
 
#  if (ACE_NTRACE == 1)
36
 
#    define TPCLS_NTRACE 1
37
 
#  else /* (ACE_NTRACE == 1) */
38
 
#    define TPCLS_NTRACE 0
39
 
#  endif /* (ACE_NTRACE == 1) */
40
 
#endif /* !TPCLS_NTRACE */
41
 
 
42
 
#if (TPCLS_NTRACE == 1)
43
 
#  define TPCLS_TRACE(X)
44
 
#else /* (TPCLS_NTRACE == 1) */
45
 
#  define TPCLS_TRACE(X) ACE_TRACE_IMPL(X)
46
 
#endif /* (TPCLS_NTRACE == 1) */
47
 
 
48
 
#endif /* TPCLS_EXPORT_H */
49
 
 
50
 
// End of auto generated file.