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

« back to all changes in this revision

Viewing changes to ace/Active_Map_Manager_T.cpp

  • 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
 
// Active_Map_Manager_T.cpp,v 4.2 1999/02/06 04:25:40 irfan Exp
2
 
 
3
 
#ifndef ACE_ACTIVE_MAP_MANAGER_T_C
4
 
#define ACE_ACTIVE_MAP_MANAGER_T_C
5
 
 
6
 
#include "ace/Active_Map_Manager_T.h"
7
 
 
8
 
#if !defined (ACE_LACKS_PRAGMA_ONCE)
9
 
# pragma once
10
 
#endif /* ACE_LACKS_PRAGMA_ONCE */
11
 
 
12
 
#if !defined (__ACE_INLINE__)
13
 
#include "ace/Active_Map_Manager_T.i"
14
 
#endif /* __ACE_INLINE__ */
15
 
 
16
 
ACE_RCSID(ace, Active_Map_Manager_T, "Active_Map_Manager_T.cpp,v 4.2 1999/02/06 04:25:40 irfan Exp")
17
 
 
18
 
ACE_ALLOC_HOOK_DEFINE(ACE_Active_Map_Manager)
19
 
 
20
 
#endif /* ACE_ACTIVE_MAP_MANAGER_T_C */