Update of /cvsroot/gcblue/gcb_wx/include/network
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9232/include/network
Modified Files:
tcMultiplayerInterface.h
Log Message:
Index: tcMultiplayerInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/network/tcMultiplayerInterface.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** tcMultiplayerInterface.h 27 Nov 2006 00:46:24 -0000 1.31
--- tcMultiplayerInterface.h 1 Dec 2006 03:39:53 -0000 1.32
***************
*** 125,132 ****
--- 125,135 ----
const std::vector<int>& GetConnectionVector() const;
const std::string& GetConnectionStatus(int connectionId);
+
wxEvtHandler* GetEvtHandler() const;
const std::string& GetName() const;
unsigned int GetNumConnections();
const std::string& GetPassword() const;
+
+ int GetPlayerConnectionId(const std::string& playerName);
tcPlayerStatus& GetPlayerStatus(int connectionId); ///< redundant with GetConnectionStatus?
const std::string& GetPlayerName(int connectionId);
***************
*** 194,198 ****
void ClearMessageMap();
void DistributeChatText();
- int GetPlayerConnectionId(const std::string& playerName);
unsigned int GetUpdatePeriod(const tcGameObject* obj, const std::string& playerName) const;
bool IsNewPlayer(int id);
--- 197,200 ----
|