예제 #1
0
파일: Connection.cpp 프로젝트: sisu/ukko
void Connection::write(DataWriter& w)
{
	write(w.data(), w.len());
}