git-svn-id: http://xe-core.googlecode.com/svn/trunk@928 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 07:23:11 +00:00
parent 8eda8c981a
commit 97cc64a9dc
18 changed files with 334 additions and 7 deletions

View file

@ -182,6 +182,36 @@
$this->setTemplateFile('logout');
}
/**
* @brief 쪽지함 출력
**/
function dispMemberMessage() {
}
/**
* @brief 쪽지 발송 출력
**/
function dispMemberSendMessage() {
}
/**
* @brief 친구 목록 보기
**/
function dispMemberFriends() {
}
/**
* @brief 친구 추가
**/
function dispMemberAddFriend() {
}
/**
* @brief 친구 그룹 추가
**/
function dispMemberFriendGroup() {
}
/**
* @brief 회원 목록 출력
**/