summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-17 10:58:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-17 10:58:31 +0000
commitf02822783889b67b402f2c97ad659d4366710b71 (patch)
tree01b769879e8dd63bd997c663060e6cfdc72c9fee /ACE/ace/Message_Block.h
parentd07015cba005aa0abed89e2b433bad985b22ec41 (diff)
downloadATCD-f02822783889b67b402f2c97ad659d4366710b71.tar.gz
Tue Feb 17 10:57:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ace.mpc: * ace/ace_for_tao.mpc: * ace/svc_export.h: * netsvcs/lib/svc_export.h: * ace/Makefile.am: * netsvcs/lib/Makefile.am Moved svc_export to the netsvcs lib directory, it belongs there * ace/CDR_Stream.cpp: Layout change * ace/Lock_Adapter_T.h: * ace/Message_Block.cpp: * ace/Message_Block.h: * ace/Reverse_Lock_T.h: Doxygen change * netsvcs/lib/Client_Logging_Handler.cpp: Make sure we receive the expected length * netsvcs/lib/lib.mpc: Set the correct export define * netsvcs/lib/Client_Logging_Handler.h: * netsvcs/lib/Name_Handler.cpp: * netsvcs/lib/Name_Handler.h: * netsvcs/lib/Server_Logging_Handler.h: * netsvcs/lib/Server_Logging_Handler_T.cpp: * netsvcs/lib/Time_Request_Reply.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Token_Handler.cpp: * netsvcs/lib/Token_Handler.h: * netsvcs/lib/TS_Clerk_Handler.cpp: * netsvcs/lib/TS_Clerk_Handler.h: * netsvcs/lib/TS_Server_Handler.cpp: * netsvcs/lib/TS_Server_Handler.h: Updated include of svc_export and no need to set the build define
Diffstat (limited to 'ACE/ace/Message_Block.h')
-rw-r--r--ACE/ace/Message_Block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Block.h b/ACE/ace/Message_Block.h
index 535f6858113..443f6552d3a 100644
--- a/ACE/ace/Message_Block.h
+++ b/ACE/ace/Message_Block.h
@@ -802,7 +802,7 @@ protected:
/**
* Decrease the reference count, but don't delete the object.
* Returns 0 if the object should be removed.
- * If <lock> is equal to the locking strategy then we assume that
+ * If @a lock is equal to the locking strategy then we assume that
* the lock is beign held by the current thread; this is used to
* release all the data blocks in a chain while holding a single
* lock.