Skip to content

Commit

Permalink
Player connection stub handleAgentFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Kornel Kisielewicz committed Aug 12, 2010
1 parent 0fdd996 commit 32180a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tpserver/server/playerconnection.cpp
Expand Up @@ -29,3 +29,8 @@ PlayerConnection::PlayerConnection(
{
}

void PlayerConnection::handleAgentFrame()
{

}

1 change: 1 addition & 0 deletions tpserver/server/playerconnection.h
Expand Up @@ -43,6 +43,7 @@ class PlayerConnection : public TpConnection
boost::asio::io_service::strand& aStrand
);

virtual void handleAgentFrame();
private:

/// Player agent responsible for the connection
Expand Down

0 comments on commit 32180a8

Please sign in to comment.