You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/01/03 03:15:12 UTC

svn commit: r492011 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Mutex.h

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org