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
GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git]
/
ACE
/
ace
/
XML_Svc_Conf.cpp
blob
a3b082473305a40e4016f6049930c6543c479e79
1
#include
"ace/XML_Svc_Conf.h"
2
3
#if (ACE_USES_CLASSIC_SVC_CONF == 0)
4
5
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
6
7
ACE_XML_Svc_Conf
::~
ACE_XML_Svc_Conf
(
void
)
8
{
9
}
10
11
ACE_END_VERSIONED_NAMESPACE_DECL
12
13
#endif
/* ACE_USES_CLASSIC_SVC_CONF == 0 */