summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7cbdc798c4b..0a5fff190b1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sun Dec 9 20:53:01 2001 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
+
+ Fixed a compile error
+
Sun Dec 9 10:10:01 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/tests/Security/Callback:
diff --git a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
index beda2599b3f..c89926eb6a5 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
@@ -12,7 +12,7 @@ class ACE_Svc_Export Smart_Diamond_Top_Factory : public virtual Diamond::TAO_Dia
virtual Diamond::Top_ptr create_proxy (Diamond::Top_ptr proxy
TAO_ENV_ARG_DECL_WITH_DEFAULTS);
- );
+
// This method will create the smart_proxy.
};