summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 04:14:51 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 04:14:51 +0000
commitb6429dffe03ac2c8c5ca3403fbcc29af18eb3d3f (patch)
tree9adfdb6e6ba4f59800953633a9ce09e8924de970
parent5f9761a29b18abb61b3e68547b42df66a4520178 (diff)
downloadATCD-b6429dffe03ac2c8c5ca3403fbcc29af18eb3d3f.tar.gz
ChangeLogTag:Wed Aug 27 21:13:21 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/Options.cpp1
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f23c576785a..2d974c89e9b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Aug 27 21:13:21 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/IFRService/Options.cpp:
+
+ Include "ace/Null_Mutex.h" to pull ACE_Null_Mutex class
+ declaration.
+
Wed Aug 27 21:00:41 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
* tao/Adapter.h:
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/Options.cpp b/TAO/orbsvcs/orbsvcs/IFRService/Options.cpp
index 225de11fa8f..523aff28d80 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/Options.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/Options.cpp
@@ -3,6 +3,7 @@
#include "Options.h"
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
+#include "ace/Null_Mutex.h"
// Default Constructor
Options::Options ()