pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.38,1.39 I


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs ConveyorBelt.cc,1.38,1.39 IceBlock.cc,1.31,1.32 InfoBox.cc,1.10,1.11 SwitchDoor.cc,1.33,1.34 Teleporter.hh,1.31,1.32
Date: 12 Jun 2002 14:37:39 -0000

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

Modified Files:
        ConveyorBelt.cc IceBlock.cc InfoBox.cc SwitchDoor.cc 
        Teleporter.hh 
Log Message:
replaced shared_ptr<> with normal pointers


Index: ConveyorBelt.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/ConveyorBelt.cc,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ConveyorBelt.cc     11 Jun 2002 18:28:37 -0000      1.38
+++ ConveyorBelt.cc     12 Jun 2002 14:37:37 -0000      1.39
@@ -26,6 +26,7 @@
 #include "../XMLhelper.hh"
 #include "ConveyorBelt.hh"
 #include "../Pingu.hh"
+#include "../boost/smart_ptr.hpp"
 
 ConveyorBeltData::ConveyorBeltData ()
 {

Index: IceBlock.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/IceBlock.cc,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- IceBlock.cc 11 Jun 2002 18:28:37 -0000      1.31
+++ IceBlock.cc 12 Jun 2002 14:37:37 -0000      1.32
@@ -27,6 +27,7 @@
 #include "../GameTime.hh"
 #include "IceBlock.hh"
 #include "../Pingu.hh"
+#include "../boost/smart_ptr.hpp"
 
 IceBlockData::IceBlockData ()
 {

Index: InfoBox.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/InfoBox.cc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- InfoBox.cc  11 Jun 2002 18:28:37 -0000      1.10
+++ InfoBox.cc  12 Jun 2002 14:37:37 -0000      1.11
@@ -26,6 +26,7 @@
 #include "../XMLhelper.hh"
 #include "InfoBox.hh"
 #include "../Pingu.hh"
+#include "../boost/smart_ptr.hpp"
 
 InfoBoxData::InfoBoxData ()
 {

Index: SwitchDoor.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/SwitchDoor.cc,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- SwitchDoor.cc       11 Jun 2002 18:28:37 -0000      1.33
+++ SwitchDoor.cc       12 Jun 2002 14:37:37 -0000      1.34
@@ -26,6 +26,7 @@
 #include "../XMLhelper.hh"
 #include "SwitchDoor.hh"
 #include "../Pingu.hh"
+#include "../boost/smart_ptr.hpp"
 
 SwitchDoorData::SwitchDoorData ()
 {

Index: Teleporter.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/Teleporter.hh,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Teleporter.hh       11 Jun 2002 18:28:37 -0000      1.31
+++ Teleporter.hh       12 Jun 2002 14:37:37 -0000      1.32
@@ -23,6 +23,7 @@
 #include "../WorldObj.hh"
 #include "../WorldObjData.hh"
 #include "../editor/SpriteEditorObj.hh"
+#include "../boost/smart_ptr.hpp"
 
 class EditorTeleporterObj;
 class _xmlDoc;  typedef _xmlDoc*  xmlDocPtr;




reply via email to

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