]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix. Inhibit automatic copy-constructor or assignment operator.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 22 Jan 2002 18:19:23 +0000 (18:19 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 22 Jan 2002 18:19:23 +0000 (18:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@5397 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/parameter_handler.h

index 2df01f3ab8bb9b907286448a984ac7c3c9824313..445eaaa9f8f172da68a19940c65b484024cc67df 100644 (file)
@@ -1015,6 +1015,19 @@ namespace Patterns
  */
 class ParameterHandler
 {
+  private:
+                                    /**
+                                     * Inhibit automatic
+                                     * CopyConstructor.
+                                     */
+    ParameterHandler(const ParameterHandler&);
+
+                                    /**
+                                     * Inhibit automatic
+                                     * assignment operator.
+                                     */
+    ParameterHandler& operator=(const ParameterHandler&);
+    
   public:
                                     /**
                                      * List of possible output

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.