File diff r13293:58ebfc85fa07 → r13294:1c7a8cd8e77d
src/cargopacket.h
Show inline comments
 
@@ -185,8 +185,12 @@ public:
 
template <class Tinst>
 
class CargoList {
 
public:
 
	/** List of cargo packets */
 
	/** Container with cargo packets */
 
	typedef std::list<CargoPacket *> List;
 
	/** The iterator for our container */
 
	typedef List::iterator Iterator;
 
	/** The const iterator for our container */
 
	typedef List::const_iterator ConstIterator;
 

	
 
	/** Kind of actions that could be done with packets on move */
 
	enum MoveToAction {