summaryrefslogtreecommitdiff
path: root/ace/Init_ACE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Init_ACE.h')
-rw-r--r--ace/Init_ACE.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/ace/Init_ACE.h b/ace/Init_ACE.h
index df2cea0c62f..4d9d14da998 100644
--- a/ace/Init_ACE.h
+++ b/ace/Init_ACE.h
@@ -8,6 +8,8 @@
*
* Initialize ACE library services. Can be called only once per
* program invocation.
+ *
+ * @author Priyanka Gontla <pgontla@ece.uci.edu>
*/
//=============================================================================
@@ -23,8 +25,12 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
+/**
+ * @class ACE_Init_ACE
+ *
+ * @brief
+ *
+ */
namespace ACE
{
/**
@@ -55,8 +61,6 @@ namespace ACE
extern unsigned int init_fini_count_;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_INIT_ACE_H */