summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-08-23 18:41:15 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-08-23 18:41:15 +0000
commit166cd8650c4d05ab85ab2614b4abc4354911b11c (patch)
tree7399c49d81f0d0f4893e13d8945c118a78eb814c
parent626e56b3b8b683ce869f683debf26c272ba1a1eb (diff)
downloadATCD-ORTrefactor.tar.gz
ChangeLogTag:Mon Aug 23 18:33:59 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>ORTrefactor
-rw-r--r--TAO/tao/PortableServer/POA.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 590bfcfd7e8..203ef52dd46 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -4305,6 +4305,9 @@ TAO_POA_Static_Resources::instance (void)
TAO_POA_Static_Resources::TAO_POA_Static_Resources (void)
: ort_adapter_factory_name_ ("ObjectReferenceTemplate_Adapter_Factory")
{
+ // @@Johnny, I don't understand what is the use of this name?
+ // Probably, we should nuke this. We shoudl anyway be using the
+ // concrete name that we have out there in the library.
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)