summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 20:05:00 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 20:05:00 +0000
commit89688c468a7a811f16d3cf8f030dd7e46df1b832 (patch)
tree1b9138e89a17d272e1bb7f6e6879b2cb9cc4ece1
parentaf5668a6cd624fb7d9abcbb85e81c282bc4e8c29 (diff)
downloadATCD-89688c468a7a811f16d3cf8f030dd7e46df1b832.tar.gz
Added typedef TCFG_SET_SPTR
-rw-r--r--TAO/orbsvcs/tests/EC_Config/TestConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Config/TestConfig.h b/TAO/orbsvcs/tests/EC_Config/TestConfig.h
index 4067ce2e18b..536569f4b3b 100644
--- a/TAO/orbsvcs/tests/EC_Config/TestConfig.h
+++ b/TAO/orbsvcs/tests/EC_Config/TestConfig.h
@@ -26,6 +26,7 @@ namespace TestConfig {
struct test_config_t;
typedef ACE_Array<test_config_t*> Test_Config_Set;
+typedef ACE_Strong_Bound_Ptr<Test_Config_Set,ACE_Null_Mutex> TCFG_SET_SPTR;
typedef ACE_Weak_Bound_Ptr<Test_Config_Set,ACE_Null_Mutex> TCFG_SET_WPTR;
// Entity_Type_t is used to distinguish different types of entities