pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/input/buttons double_button.hxx,1.2,1


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input/buttons double_button.hxx,1.2,1.3 dummy_button.hxx,1.2,1.3 joystick_button.hxx,1.2,1.3 key_button.hxx,1.2,1.3 mouse_button.hxx,1.2,1.3 multiple_button.hxx,1.2,1.3 triple_button.hxx,1.2,1.3
Date: 27 Sep 2002 11:26:50 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/input/buttons
In directory dark:/tmp/cvs-serv24897/input/buttons

Modified Files:
        double_button.hxx dummy_button.hxx joystick_button.hxx 
        key_button.hxx mouse_button.hxx multiple_button.hxx 
        triple_button.hxx 
Log Message:
- splitted Entrance
- changed operator= return value


Index: double_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/double_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- double_button.hxx   26 Aug 2002 13:53:04 -0000      1.2
+++ double_button.hxx   27 Sep 2002 11:26:48 -0000      1.3
@@ -53,7 +53,7 @@
       
       private:
         DoubleButton (const DoubleButton&);
-        DoubleButton operator= (const DoubleButton&);
+        DoubleButton& operator= (const DoubleButton&);
     };
 
   }

Index: dummy_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/dummy_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dummy_button.hxx    26 Aug 2002 13:53:04 -0000      1.2
+++ dummy_button.hxx    27 Sep 2002 11:26:48 -0000      1.3
@@ -40,7 +40,7 @@
       
       private:
         DummyButton (const DummyButton&);
-        DummyButton operator= (const DummyButton&);
+        DummyButton& operator= (const DummyButton&);
     };
     
   }

Index: joystick_button.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/input/buttons/joystick_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- joystick_button.hxx 26 Aug 2002 13:53:04 -0000      1.2
+++ joystick_button.hxx 27 Sep 2002 11:26:48 -0000      1.3
@@ -46,7 +46,7 @@
       
       private:
         JoystickButton (const JoystickButton&);
-        JoystickButton operator= (const JoystickButton&);
+        JoystickButton& operator= (const JoystickButton&);
     };
 
   }

Index: key_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/key_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- key_button.hxx      26 Aug 2002 13:53:04 -0000      1.2
+++ key_button.hxx      27 Sep 2002 11:26:48 -0000      1.3
@@ -45,7 +45,7 @@
       
       private:
         KeyButton (const KeyButton&);
-        KeyButton operator= (const KeyButton&);
+        KeyButton& operator= (const KeyButton&);
     };
 
   }

Index: mouse_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/mouse_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mouse_button.hxx    26 Aug 2002 13:53:04 -0000      1.2
+++ mouse_button.hxx    27 Sep 2002 11:26:48 -0000      1.3
@@ -44,7 +44,7 @@
       
       private:
         MouseButton (const MouseButton&);
-        MouseButton operator= (const MouseButton&);
+        MouseButton& operator= (const MouseButton&);
     };
     
   }

Index: multiple_button.hxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/input/buttons/multiple_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- multiple_button.hxx 26 Aug 2002 13:53:04 -0000      1.2
+++ multiple_button.hxx 27 Sep 2002 11:26:48 -0000      1.3
@@ -49,7 +49,7 @@
       
       private:
         MultipleButton (const MultipleButton&);
-        MultipleButton operator= (const MultipleButton&);
+        MultipleButton& operator= (const MultipleButton&);
     };
     
   }

Index: triple_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/buttons/triple_button.hxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- triple_button.hxx   26 Aug 2002 13:53:04 -0000      1.2
+++ triple_button.hxx   27 Sep 2002 11:26:48 -0000      1.3
@@ -54,7 +54,7 @@
       
       private:
         TripleButton (const TripleButton&);
-        TripleButton operator= (const TripleButton&);
+        TripleButton& operator= (const TripleButton&);
     };
     
   }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]