pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui component.hxx,1.10,1.11 gui_manag


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui component.hxx,1.10,1.11 gui_manager.hxx,1.10,1.11 root_gui_manager.hxx,1.4,1.5 surface_button.hxx,1.3,1.4
Date: 27 Sep 2002 11:27:18 -0000

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

Modified Files:
        component.hxx gui_manager.hxx root_gui_manager.hxx 
        surface_button.hxx 
Log Message:
- splitted Entrance
- changed operator= return value


Index: component.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/component.hxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- component.hxx       5 Sep 2002 12:24:02 -0000       1.10
+++ component.hxx       27 Sep 2002 11:26:46 -0000      1.11
@@ -76,7 +76,7 @@
     
   private:
     Component (const Component&);
-    Component operator= (const Component&); 
+    Component& operator= (const Component&); 
   };
 }
 

Index: gui_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/gui_manager.hxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gui_manager.hxx     5 Sep 2002 12:24:02 -0000       1.10
+++ gui_manager.hxx     27 Sep 2002 11:26:46 -0000      1.11
@@ -86,7 +86,7 @@
     
   private:
     GUIManager (const GUIManager&);
-    GUIManager operator= (const GUIManager&);
+    GUIManager& operator= (const GUIManager&);
   };
 }
 

Index: root_gui_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/root_gui_manager.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- root_gui_manager.hxx        23 Aug 2002 15:49:55 -0000      1.4
+++ root_gui_manager.hxx        27 Sep 2002 11:26:46 -0000      1.5
@@ -44,7 +44,7 @@
     
   private:
     RootGUIManager (const RootGUIManager&);
-    RootGUIManager operator= (const RootGUIManager&);
+    RootGUIManager& operator= (const RootGUIManager&);
   };
 }
 

Index: surface_button.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/surface_button.hxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- surface_button.hxx  23 Aug 2002 15:49:55 -0000      1.3
+++ surface_button.hxx  27 Sep 2002 11:26:46 -0000      1.4
@@ -59,7 +59,7 @@
     
   private:
     SurfaceButton (const SurfaceButton&);
-    SurfaceButton operator= (const SurfaceButton&);
+    SurfaceButton& operator= (const SurfaceButton&);
   };
 }
 





reply via email to

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