summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 19:10:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 19:10:44 +0000
commit6ac504ef4284bcab6daf4898e12d1ff10502ae1d (patch)
tree6c80f391650c0d53307b78a5f0077f489ab2299b
parentf9f9e6eaeb1cdf1a2211858ae56d4cd0a2c6d36f (diff)
downloadATCD-6ac504ef4284bcab6daf4898e12d1ff10502ae1d.tar.gz
ChangeLogTag:Wed Mar 12 11:10:20 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h36
2 files changed, 23 insertions, 19 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c56abd8c5a7..eb4b4f4a919 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 12 11:10:20 2003 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h:
+
+ Added missing "ace/post.h" include.
+
Wed Mar 12 12:19:58 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/ObjectIDListC.*:
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h
index 67b9811150b..45c500f42b3 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.h
@@ -1,24 +1,21 @@
-/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/orbsvcs/IFRService
-//
-// = FILENAME
-// IFR_Service_Utils_T.h
-//
-// = DESCRIPTION
-// Template methods useful to IFR Service .
-//
-// = AUTHORS
-// Jeff Parsons <j.parsons@vanderbiltl.edu>
-//
-// ============================================================================
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file IFR_Service_Utils_T.h
+ *
+ * $Id$
+ *
+ * Template methods useful to IFR Service.
+ *
+ * @author Jeff Parsons <j.parsons@vanderbilt.edu>
+ */
+//=============================================================================
+
#ifndef TAO_IFR_SERVICE_UTILS_T_H
#define TAO_IFR_SERVICE_UTILS_T_H
+
#include "ace/pre.h"
#include "ace/Configuration.h"
@@ -105,5 +102,6 @@ public:
#pragma warning(pop)
#endif /* _MSC_VER */
-#endif /* TAO_IFR_SERVICE_UTILS_T_H */
+#include "ace/post.h"
+#endif /* TAO_IFR_SERVICE_UTILS_T_H */