summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Typeid_Properties_Map.h
blob: acd30853e048e8b25abf1c54c6a683cabd418e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file    PG_Typeid_Properties_Map.h
 *
 *  $Id$
 *
 *  This file declares classes to help manage the PortableGroup::Properties
 *
 *  @author Dale Wilson <wilson_d@ociweb.com>
 */
//=============================================================================
#ifndef TAO_PG_TYPEID_PROPERTIES_MAP_H
#define TAO_PG_TYPEID_PROPERTIES_MAP_H

#include "PG_Properties_Decoder.h"

namespace TAO
{
  typedef ACE_Hash_Map_Manager<
    ACE_CString,
    ::TAO_PG::Properties_Decoder *,
    TAO_SYNCH_MUTEX> PG_Typeid_Properties_Map;
  typedef ACE_Hash_Map_Iterator<
    ACE_CString,
    ::TAO_PG::Properties_Decoder *,
    TAO_SYNCH_MUTEX> PG_Typeid_Properties_Map_Iterator;
} //namespace TAO_PG

#endif // TAO_PG_TYPEID_PROPERTIES_MAP_H