Changeset 14 in chevmsgr for trunk/msgclnt.h


Ignore:
Timestamp:
08/30/15 21:31:39 (9 years ago)
Author:
cheese
Message:

테스트 코드 추가
UI 모양 작업
채팅되는 상태까지 확인

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/msgclnt.h

    r12 r14  
    1515    std::string message;
    1616    int sensitive;
    17     bool isError;
    1817
    1918    // only for listen
     
    2928typedef struct SCallback
    3029{
    31     int(*onChat)(SConversation &);
     30    int(*onListen)(SConversation &);
    3231    int(*onOpenSession)(SOpenSession &);
    3332} SCallback;
     
    7776    std::vector<SFriend> getFriendList();
    7877
    79     std::string getSessionID(std::vector<std::string> & idList);
     78    std::string getSessionID(const std::vector<std::string> & idList);
    8079
    8180    bool tell(const SConversation & conversation);
Note: See TracChangeset for help on using the changeset viewer.