diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-26 12:22:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-26 12:22:19 +0000 |
commit | 9646a9eacfaab746b1267970405b03040ed17e01 (patch) | |
tree | 2e2c9a20f6b7238c328c52233275cf1c00aad1d9 /TAO/tao/Cleanup_Func_Registry.h | |
parent | 9916d799954a4df1d252faee26f14130afd4f27b (diff) | |
download | ATCD-9646a9eacfaab746b1267970405b03040ed17e01.tar.gz |
Tue Apr 26 12:21:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Acceptor_Impl.h:
* tao/Acceptor_Impl.cpp:
* tao/Acceptor_Registry.h:
* tao/Adapter_Registry.h:
* tao/Bind_Dispatcher_Guard.h:
* tao/Blocked_Connect_Strategy.h:
* tao/Blocked_Connect_Strategy.cpp:
* tao/Cleanup_Func_Registry.h:
* tao/Collocated_Invocation.cpp:
* tao/LF_Event_Loop_Thread_Helper.inl:
* tao/LF_Follower_Auto_Adder.inl:
* tao/Leader_Follower.cpp:
* tao/Queued_Message.h:
* tao/Transport_Cache_Manager_T.cpp:
* tao/Wait_On_LF_No_Upcall.h:
* tao/Wait_On_LF_No_Upcall.cpp:
* tao/Wait_On_Reactor.h:
* tao/Wait_On_Read.h:
Doxygen changes
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.h')
-rw-r--r-- | TAO/tao/Cleanup_Func_Registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.h b/TAO/tao/Cleanup_Func_Registry.h index 351f9e05027..befc14c0d92 100644 --- a/TAO/tao/Cleanup_Func_Registry.h +++ b/TAO/tao/Cleanup_Func_Registry.h @@ -54,7 +54,7 @@ protected: /// Register a cleanup function. The number of slot the cleanup /// function is placed is in will match the one reserved for the /// corresponding thread specific object in the ORB Core TSS - /// resources. The slot_id is returned via the second reference + /// resources. The @a slot_id is returned via the second reference /// argument. This method returns 0 on failure, and -1 on failure. int register_cleanup_function (ACE_CLEANUP_FUNC func, size_t &slot_id); |