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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
ACE
/
ace
/
Configuration.inl
blob
f2559dcb4e8e4495d403225f123923c2ee121861
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE const ACE_TCHAR*
5
ACE_Configuration_ExtId::name ()
6
{
7
return name_;
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL