diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-08-02 18:10:48 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-08-02 18:10:48 +0000 |
commit | ebfd3743dca19f10491f9f5224ea4e958b0aa585 (patch) | |
tree | 20ba178da5b07c2d6362d666ab704ffb7588e3f2 /TAO/orbsvcs/PSS | |
parent | bd0cc21ab4995ae3975035f84493d1528e67571e (diff) | |
download | ATCD-ebfd3743dca19f10491f9f5224ea4e958b0aa585.tar.gz |
ChangeLogTag:Sat Aug 2 13:08:51 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/PSS')
-rw-r--r-- | TAO/orbsvcs/PSS/PSDL_Datastore.cpp | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/PSS/PSDL_Datastore.h | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/PSS/PSDL_Scope.h | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/PSS/PSDL_String.cpp | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Datastore.cpp b/TAO/orbsvcs/PSS/PSDL_Datastore.cpp index 920c72f0ff7..f12a2f6a0eb 100644 --- a/TAO/orbsvcs/PSS/PSDL_Datastore.cpp +++ b/TAO/orbsvcs/PSS/PSDL_Datastore.cpp @@ -3,6 +3,7 @@ #include "PSDL_Datastore.h" #include "PSDL_OctetSeq.h" #include "PSDL_String.h" +#include "ace/SString.h" #include "tao/debug.h" #include "tao/OctetSeqC.h" diff --git a/TAO/orbsvcs/PSS/PSDL_Datastore.h b/TAO/orbsvcs/PSS/PSDL_Datastore.h index 87ff7a2be35..c08e9afecf4 100644 --- a/TAO/orbsvcs/PSS/PSDL_Datastore.h +++ b/TAO/orbsvcs/PSS/PSDL_Datastore.h @@ -27,6 +27,7 @@ # define TAO_PERSISTENT_NAME_OBJ_MAP "Persistent_Name_Obj_Map" #endif /* ! TAO_PERSISTENT_NAME_OBJ_MAP */ +#include "ace/Malloc.h" #include "ace/Hash_Map_With_Allocator_T.h" /** diff --git a/TAO/orbsvcs/PSS/PSDL_Scope.h b/TAO/orbsvcs/PSS/PSDL_Scope.h index e4a7d28f1d3..0e7ad9d0862 100644 --- a/TAO/orbsvcs/PSS/PSDL_Scope.h +++ b/TAO/orbsvcs/PSS/PSDL_Scope.h @@ -37,6 +37,8 @@ #include "ace/Hash_Map_Manager_T.h" #include "ace/Array_Base.h" +#include "ace/SString.h" + // Fwd Declarations. class TAO_PSDL_Node; diff --git a/TAO/orbsvcs/PSS/PSDL_String.cpp b/TAO/orbsvcs/PSS/PSDL_String.cpp index 3c1d8880ca9..f7323bfb4e7 100644 --- a/TAO/orbsvcs/PSS/PSDL_String.cpp +++ b/TAO/orbsvcs/PSS/PSDL_String.cpp @@ -3,6 +3,7 @@ #include "PSDL_String.h" #include "ace/Malloc_Base.h" +#include "ace/SString.h" ACE_RCSID (PSS, PSDL_String, "$Id") |