Erik Ogenvik
642faeeb28
Adapt to boost 1.46.
...
Since we're targetting the latest LTS release of Ubuntu as a nice
baseline, and that currently only supports 1.46, we need to remove the
nice steady_timer code. For now.
This commit should probably be reverted once a newer version of Ubuntu
LTS is available.
2014-02-04 12:25:18 +01:00
Erik Ogenvik
6a85c63220
Use std::chrono rather than boost::chrono.
2014-01-31 22:08:23 +01:00
Erik Ogenvik
da0d9549a8
Use boost::asio in CommPeer.
2014-01-31 22:00:32 +01:00
Alistair Riddoch
b1f181b9ad
Add extra stubbing as this code has changed
2011-10-31 19:33:42 +00:00
Alistair Riddoch
fa74ddf082
Automated fix of header guards
2011-04-20 23:24:16 +01:00
Alistair Riddoch
f86d646c9d
Remove redundant flag. Was can tell by if it has a key
2010-11-25 14:28:47 +00:00
Alistair Riddoch
516d014f30
Inline accessors
2010-11-25 14:24:17 +00:00
Alistair Riddoch
9ad66e86f9
Make accessors const.
2010-11-25 14:22:37 +00:00
Alistair Riddoch
5e3560b402
Simplify teleport logic
2010-11-25 00:43:25 +00:00
Manohar Vanga
9da02ffae3
Teleport objects are now deleted on timeout of 10 seconds
2010-08-20 14:35:56 +05:30
Manohar Vanga
73d6c9e291
In TeleporState, added comments to member variables. Made member variables protected.
2010-08-17 11:58:22 +05:30
Manohar Vanga
b0f2146f3b
Added mind and possess key members to TeleportState class
2010-08-17 11:58:18 +05:30
Manohar Vanga
76db0f454a
Added copyright headers to Teleport.[h,cpp] files
2010-08-17 11:58:17 +05:30
Manohar Vanga
404aabef62
Added use of std::map for finding teleport states easily
2010-08-17 11:58:17 +05:30
Manohar Vanga
a584ddadd1
Added TeleportState class. Peer uses it to maintain teleport states
2010-08-17 11:58:17 +05:30