Author: jsdelfino
Date: Tue Jan 2 18:15:11 2007
New Revision: 492011
URL: http://svn.apache.org/viewvc?view=rev&rev=492011
Log:
Removed unimplemented copy constructors from header.
Modified:
incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h
Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h?view=diff&rev=492011&r1=492010&r2=492011
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h
(original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h Tue Jan
2 18:15:11 2007
@@ -54,9 +54,6 @@
*/
virtual ~Mutex();
- Mutex(const Mutex& lib);
- Mutex& operator=(const Mutex& mutex);
-
/**
* Lock the mutex.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]