Esempio n. 1
0
// ////////////////////////////////////////////////////////////////////////////
OdbcDiagRecEx & OdbcDiagRecEx::operator = (const OdbcDiagRecEx &other)
{
	OdbcDiagRecEx tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
Esempio n. 2
0
//	////////////////////////////////////////////////////////////////////////////
RequestApiRv & RequestApiRv::operator = (const RequestApiRv &other)
{
	RequestApiRv tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
Esempio n. 3
0
//	////////////////////////////////////////////////////////////////////////////
EndPointIP & EndPointIP::operator = (const EndPointIP &other)
{
	EndPointIP tmp_datum(other);

	swap(tmp_datum);

	return(*this);
}
Esempio n. 4
0
// ////////////////////////////////////////////////////////////////////////////
TimeVal TimeVal::GetMaximumValue()
{
	TimeVal tmp_datum(0, 0);

	return(tmp_datum.SetToMaximumValue());
}