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

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/tests/Trading/ttest_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
 
// ttest_export.h,v 1.1 2003/11/25 02:08:00 parsons Exp
4
 
// Definition for Win32 Export directives.
5
 
// This file is generated automatically by generate_export_file.pl
6
 
// ------------------------------
7
 
#ifndef TAO_TTEST_EXPORT_H
8
 
#define TAO_TTEST_EXPORT_H
9
 
 
10
 
#include "ace/config-all.h"
11
 
 
12
 
#if defined (TAO_AS_STATIC_LIBS)
13
 
#  if !defined (TAO_TTEST_HAS_DLL)
14
 
#    define TAO_TTEST_HAS_DLL 0
15
 
#  endif /* ! TAO_TTEST_HAS_DLL */
16
 
#else
17
 
#  if !defined (TAO_TTEST_HAS_DLL)
18
 
#    define TAO_TTEST_HAS_DLL 1
19
 
#  endif /* ! TAO_TTEST_HAS_DLL */
20
 
#endif
21
 
 
22
 
#if defined (TAO_TTEST_HAS_DLL) && (TAO_TTEST_HAS_DLL == 1)
23
 
#  if defined (TAO_TTEST_BUILD_DLL)
24
 
#    define TAO_TTest_Export ACE_Proper_Export_Flag
25
 
#    define TAO_TTest_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
26
 
#    define TAO_TTest_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
27
 
#  else /* TAO_TTEST_BUILD_DLL */
28
 
#    define TAO_TTest_Export ACE_Proper_Import_Flag
29
 
#    define TAO_TTest_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
30
 
#    define TAO_TTest_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
31
 
#  endif /* TAO_TTEST_BUILD_DLL */
32
 
#else /* TAO_TTEST_HAS_DLL == 1 */
33
 
#  define TAO_TTest_Export
34
 
#  define TAO_TTest_SINGLETON_DECLARATION(T)
35
 
#  define TAO_TTest_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
36
 
#endif /* TAO_TTEST_HAS_DLL == 1 */
37
 
 
38
 
#endif /* TAO_TTEST_EXPORT_H */
39
 
 
40
 
// End of auto generated file.