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
Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git]
/
TAO
/
tao
/
PortableServer
/
Collocated_Arguments_Converter.cpp
blob
c0624954643c5de9c94bd58d66e41ead5a04a692
1
// -*- C++ -*-
2
#include
"tao/PortableServer/Collocated_Arguments_Converter.h"
3
4
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
namespace
TAO
7
{
8
9
Collocated_Arguments_Converter
::~
Collocated_Arguments_Converter
(
void
)
10
{
11
}
12
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL
16
17