13 lines
223 B
C++
13 lines
223 B
C++
#include "precompile.h"
|
|
|
|
#include "typeconvert.h"
|
|
|
|
void TypeConvert::Convert(const cs::MFFriendApply& apply_pb, FriendApply& apply)
|
|
{
|
|
}
|
|
|
|
void TypeConvert::Convert(const FriendApply& apply, cs::MFFriendApply& apply_pb)
|
|
{
|
|
|
|
}
|