Browse Subversion Repository
Contents of /common/GetAccountName.h
Parent Directory
| Revision Log
Revision 275 -
( show annotations)
( download)
( as text)
Sun Mar 9 08:47:25 2008 UTC
(16 years, 1 month ago)
by satofumi
File MIME type: text/x-chdr
File size: 234 byte(s)
rename GetAccountName.cpp
| 1 |
#ifndef GET_USER_NAME_H |
| 2 |
#define GET_USER_NAME_H |
| 3 |
|
| 4 |
/*! |
| 5 |
\file |
| 6 |
\brief [UźĚćž |
| 7 |
|
| 8 |
\author Satofumi KAMIMURA |
| 9 |
|
| 10 |
$Id$ |
| 11 |
*/ |
| 12 |
|
| 13 |
#include <string> |
| 14 |
|
| 15 |
|
| 16 |
namespace beego { |
| 17 |
std::string GetAccountName(void); |
| 18 |
}; |
| 19 |
|
| 20 |
#endif /* !GET_USER_NAME_H */ |
|