diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-18 19:36:08 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-18 19:36:08 +0000 |
commit | 5fbcebae2aac019c70ac41773567237b6b3aa250 (patch) | |
tree | 87661d37946e3c241c4c64ec92e6927259ea4954 /ace/Local_Name_Space_T.h | |
parent | 22c40c7fb60067b5a04cd3957ecc9fd092ab875f (diff) | |
download | ATCD-5fbcebae2aac019c70ac41773567237b6b3aa250.tar.gz |
moved #include of Local_Name_Space.h up because this file needs declaration of ACE_NS_String
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r-- | ace/Local_Name_Space_T.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h index ff165c0c66c..880ba0f6f82 100644 --- a/ace/Local_Name_Space_T.h +++ b/ace/Local_Name_Space_T.h @@ -24,6 +24,7 @@ #include "ace/Name_Space.h" #include "ace/Naming_Context.h" #include "ace/SString.h" +#include "Local_Name_Space.h" // A short-hand name for our set of name/value/type tuples passed back // to callers. @@ -244,7 +245,4 @@ private: #pragma implementation ("Local_Name_Space_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ -// Put this here to avoid circular include problems. -#include "Local_Name_Space.h" - #endif /* ACE_LOCAL_NAME_SPACE_T_H */ |