summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-02-15 15:04:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-02-15 15:04:03 +0000
commit868d283cf2fc990d4f500f216895c3eb55bcf46b (patch)
treed44f50db92923dd2874a18271fe8d728bc6e1e50
parent98786744f78042b16be962657992bb9e36e6015f (diff)
downloadATCD-868d283cf2fc990d4f500f216895c3eb55bcf46b.tar.gz
ChangeLogTag:Sat Feb 15 10:14:08 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/examples/RTCORBA/Activity/Activity.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b87b114c3b4..c138f88373f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 15 10:14:08 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * examples/RTCORBA/Activity/Activity.h: Fixed compile errors in
+ builds where exceptions have been turned off.
+
Fri Feb 14 21:12:22 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_module.cpp:
diff --git a/TAO/examples/RTCORBA/Activity/Activity.h b/TAO/examples/RTCORBA/Activity/Activity.h
index ee55b454744..6960cdc8d45 100644
--- a/TAO/examples/RTCORBA/Activity/Activity.h
+++ b/TAO/examples/RTCORBA/Activity/Activity.h
@@ -90,7 +90,7 @@ public:
/// Create a file whose name is specified in the -Started_Flag <file_name> argument at startup.
/// This file flags that the Activity has finished its bootstrapping step.
- void create_started_flag_file (int argc, char *argv[] ACE_ENV_ARG_DECL);
+ void create_started_flag_file (int argc, char *argv[]);
/// = Data members