Public Types | |
| typedef ACE_TYPENAME TAO_ESF_Proxy_List< PROXY >::Iterator | PROXY_ITER |
| typedef TAO_ESF_Copy_On_Write< PROXY, TAO_ESF_Proxy_List< PROXY >, PROXY_ITER, ACE_SYNCH > | COLLECTION |
| typedef TAO_ESF_Proxy_Collection< PROXY > | BASE_COLLECTION |
Public Member Functions | |
| void | create (BASE_COLLECTION *&collection) |
|
|||||
|
Definition at line 37 of file Default_Factory.cpp. Referenced by COW_Collection_Default_Factory< PROXY >::create(). |
|
|||||
|
Definition at line 36 of file Default_Factory.cpp. |
|
|||||
|
Definition at line 35 of file Default_Factory.cpp. |
|
||||||||||
|
Definition at line 39 of file Default_Factory.cpp. References ACE_NEW_THROW_EX, and COW_Collection_Default_Factory< PROXY >::BASE_COLLECTION. Referenced by TAO_Notify_Default_Factory::create().
00040 {
00041 ACE_NEW_THROW_EX (collection,
00042 COLLECTION (),
00043 CORBA::INTERNAL ());
00044 }
|
1.3.6