Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2010, 11:22:04 PM (14 years ago)
Author:
smerkli
Message:

Nothing really, just skimming through code, adding comments…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat/src/libraries/network/ChatListener.h

    r5781 r6577  
    3838    {
    3939        public:
     40            /* constructor, destructor */
    4041            ChatListener();
    4142            virtual ~ChatListener() {}
    4243
     44            /* What to do with incoming chat */
    4345            virtual void incomingChat(const std::string& message, unsigned int senderID) = 0;
    4446    };
Note: See TracChangeset for help on using the changeset viewer.