summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}