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
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
protocols
/
ace
/
INet
/
AuthenticationBase.inl
blob
4f6c4a1ad98dedd355c71ed764cdae7760d29f76
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace ACE
5
{
6
namespace INet
7
{
8
ACE_INLINE
9
AuthenticationBase::AuthenticationBase ()
10
{}
11
}
12
}
13
14
ACE_END_VERSIONED_NAMESPACE_DECL