summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/NVList.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-08-23 04:40:18 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-08-23 04:40:18 +0000
commit25aa56b1cef62ecb19924cfa584bdd1855e6bc14 (patch)
tree08376449bdb2b9329a9dee87bfd874dbe723eaf4 /TAO/tao/AnyTypeCode/NVList.h
parent5d8d87a7a5ca7b5d84b426470aec5983839ab155 (diff)
downloadATCD-25aa56b1cef62ecb19924cfa584bdd1855e6bc14.tar.gz
ChangeLogTag:Mon Aug 22 21:33:37 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/AnyTypeCode/NVList.h')
-rw-r--r--TAO/tao/AnyTypeCode/NVList.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/NVList.h b/TAO/tao/AnyTypeCode/NVList.h
index cf22d62f7cb..0b7cf469847 100644
--- a/TAO/tao/AnyTypeCode/NVList.h
+++ b/TAO/tao/AnyTypeCode/NVList.h
@@ -22,14 +22,16 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
+#include "tao/AnyTypeCode/Any.h"
+#include "tao/AnyTypeCode/NVList_Adapter_Impl.h"
+
+#include "tao/Environment.h"
+
#include "ace/Unbounded_Queue.h"
#include "ace/Thread_Mutex.h"
#include "ace/Atomic_Op.h"
-#include "tao/Environment.h"
-#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
-#include "tao/AnyTypeCode/Any.h"
-#include "tao/AnyTypeCode/NVList_Adapter_Impl.h"
class TAO_ORB_Core;
class TAO_InputCDR;