]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv-2.0/libgameservgldl/include/GameServ/DataLayer/IPlayerDAO.h
Finished some work on FilePlayerDAO
[irc/gameservirc.git] / gameserv-2.0 / libgameservgldl / include / GameServ / DataLayer / IPlayerDAO.h
index d2c88b9a3879473bb9f08c26d4f6067b0c04edfb..391c8d7d20ed7a65ee5d61815ac7d9517296c3d7 100644 (file)
@@ -42,11 +42,11 @@ namespace GameServ { namespace DataLayer { namespace DataAccessObjects
                */\r
                virtual list<string> GetIdsByName(const string &Name) const = 0;\r
 \r
-               //! Function to quickly search to see if an Id exists or not
-               /*!
-               \param Id The Id of the game object to search for
-               \return true if the Id is valid and exists in the data, false otherwise
-               */
+               //! Function to quickly search to see if an Id exists or not\r
+               /*!\r
+               \param Id The Id of the game object to search for\r
+               \return true if the Id is valid and exists in the data, false otherwise\r
+               */\r
                virtual bool IdExists(const string &Id) const = 0;\r
 \r
                virtual void Insert(shared_ptr<PlayerGO> spPlayer) = 0;\r