mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
13 lines
235 B
C++
13 lines
235 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: Configuration.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE const ACE_TCHAR*
|
|
ACE_Configuration_ExtId::name (void)
|
|
{
|
|
return name_;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|