mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
formatting
This commit is contained in:
parent
0d7281e211
commit
fd170f08dd
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ namespace Core
|
||||||
|
|
||||||
class ConfigMgr;
|
class ConfigMgr;
|
||||||
|
|
||||||
typedef boost::shared_ptr<ConfigMgr> ConfigMgrPtr;
|
typedef boost::shared_ptr< ConfigMgr > ConfigMgrPtr;
|
||||||
|
|
||||||
|
|
||||||
namespace Network
|
namespace Network
|
||||||
|
@ -17,15 +17,15 @@ namespace Core
|
||||||
class Acceptor;
|
class Acceptor;
|
||||||
class Connection;
|
class Connection;
|
||||||
|
|
||||||
typedef boost::shared_ptr<Hive> HivePtr;
|
typedef boost::shared_ptr< Hive > HivePtr;
|
||||||
typedef boost::shared_ptr<Acceptor> AcceptorPtr;
|
typedef boost::shared_ptr< Acceptor > AcceptorPtr;
|
||||||
typedef boost::shared_ptr<Connection> ConnectionPtr;
|
typedef boost::shared_ptr< Connection > ConnectionPtr;
|
||||||
|
|
||||||
namespace Packets
|
namespace Packets
|
||||||
{
|
{
|
||||||
class GamePacket;
|
class GamePacket;
|
||||||
|
|
||||||
typedef boost::shared_ptr<GamePacket> GamePacketPtr;
|
typedef boost::shared_ptr< GamePacket > GamePacketPtr;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue