Esempio n. 1
0
void Message::SetMessageType(const string type)
{
    SetMessageType(type.c_str());
}
Esempio n. 2
0
//
// ClientChangeEx
//
MMsgRoutingClientChangeEx::MMsgRoutingClientChangeEx(void)
{
	SetServiceType(WONMsg::MiniRoutingServer);
	SetMessageType(WONMsg::RoutingClientChangeEx);
}
EXPORT_C void COMASuplTriggeredStart::ConstructL()
    {
    SetMessageType(COMASuplAsnMessageBase::ESUPL_TRIG_START);            
    }
Esempio n. 4
0
SMsgFactGetDir::SMsgFactGetDir(void) :
	SmallMessage()
{
	SetServiceType(WONMsg::SmallFactoryServer);
	SetMessageType(WONMsg::FactGetDir);
}
// -----------------------------------------------------------------------------
// COMASuplInit::ConstructL()
// (other items were commented in a header).
// -----------------------------------------------------------------------------
//
EXPORT_C void COMASuplInit::ConstructL()
{
    iOptionalMask = 0;
    SetMessageType(COMASuplAsnMessageBase::ESUPL_INIT);
}