summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 23:49:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 23:49:35 +0000
commitb4e73f420a3ce9b0681ee14659f0aa6da387117f (patch)
treeec42f86e7619cfc0f1832b0bc05a28b725642109
parentba46aa77927bf412eb25f8f7683bf9d7f232a54f (diff)
downloadATCD-b4e73f420a3ce9b0681ee14659f0aa6da387117f.tar.gz
ChangeLogTag: Thu Jan 25 23:47:24 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1d0b9655b1c..9e3a4b9fc4a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jan 25 23:47:24 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp(destroy):
+
+ Replaced a lost '*' in the parameter to indicate it is a pointer,
+
Thu Jan 25 19:56:33 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* *.cpp:
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
index df3bb998e30..735a937dc19 100644
--- a/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp
@@ -47,7 +47,7 @@ namespace TAO
}
void
- IdAssignmentStrategyFactoryImpl::destroy (IdAssignmentStrategy)
+ IdAssignmentStrategyFactoryImpl::destroy (IdAssignmentStrategy *)
{
// Noop because both types are singletons
}