示例#1
0
// ////////////////////////////////////////////////////////////////////////////
OdbcDiagRecEx & OdbcDiagRecEx::operator = (const OdbcDiagRecEx &other)
{
	OdbcDiagRecEx tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
示例#2
0
//	////////////////////////////////////////////////////////////////////////////
RequestApiRv & RequestApiRv::operator = (const RequestApiRv &other)
{
	RequestApiRv tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
示例#3
0
//	////////////////////////////////////////////////////////////////////////////
EndPointIP & EndPointIP::operator = (const EndPointIP &other)
{
	EndPointIP tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
示例#4
0
// ////////////////////////////////////////////////////////////////////////////
TimeVal TimeVal::GetMaximumValue()
{
	TimeVal tmp_datum(0, 0);

	return(tmp_datum.SetToMaximumValue());
}