repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gnuace: use list of generated files from GENERATED_DIRTY for ADDITIONAL_IDL_TARGETS
[ACE_TAO.git]
/
ACE
/
ace
/
Obstack.cpp
blob
110a5cc8d812b4b8c49ae2b7079097d8f2df0692
1
// -*- C++ -*-
2
#include
"ace/Obstack.h"
3
4
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
ACE_SINGLETON_TEMPLATE_INSTANTIATION
(
ACE_Obstack_T
<
char
>;);
7
8
ACE_END_VERSIONED_NAMESPACE_DECL