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