BUG#:8155
authormarek <marek>
Wed, 19 Nov 2008 16:41:50 +0000 (16:41 +0000)
committermarek <marek>
Wed, 19 Nov 2008 16:41:50 +0000 (16:41 +0000)
TITLE: Compile time failure in DefaultPropertyOwner.cpp due to checkin of bug#8113

DESCRIPTION:

src/Pegasus/Config/DefaultPropertyOwner.h

index e94e405e029718177860e3f79a53f896f0f6c9b8..a2689cf2feba1c1abf5b03d8032926e22b2c9dac 100644 (file)
@@ -210,7 +210,7 @@ private:
     */
     AutoArrayPtr<struct ConfigProperty> _configProperties;
 
-    Mutex _maxProviderProcessesMutex;
+    mutable Mutex _maxProviderProcessesMutex;
 };