Changeset 427 for trunk/BAL/OWBAL/Skeletons/Types/Threading.t
- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
-
- trunk/BAL/OWBAL/Skeletons/Types/Threading.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/OWBAL/Skeletons/Types/Threading.t
r424 r427 239 239 template<class T> class ThreadSafeShared : public OWBALBase, Noncopyable { 240 240 public: 241 242 /** 243 * atomicIncrement description 244 * @param[in] : description 245 * @param[out] : description 246 * @code 247 * @endcode 248 */ 249 inline void atomicIncrement(int volatile* addend) ; 250 251 252 /** 253 * atomicDecrement description 254 * @param[in] : description 255 * @param[out] : description 256 * @code 257 * @endcode 258 */ 259 inline int atomicDecrement(int volatile* addend) ; 260 241 261 /** 242 262 * ThreadSafeShared description … … 321 341 322 342 323 324
