#include #include #include #include #include #include #include ZdpICEI::ZdpICEI() { LOG d("ZdpICEI::ZdpICEI()"); p_dproc = new DataProcess(); } ZdpICEI::~ZdpICEI() { LOG d("ZdpICEI::~ZdpICEI()"); delete p_dproc; p_dproc = NULL; } void baosight::ZdpICEI::SendDataShort(::Ice::Int eventNo, const ::Ice::ByteSeq& seq, ::Ice::Int length, const Ice::Current& current) { LOG d("ZdpICEI::SendDataShort()"); // d.Info()<<"eventNo:"<dispatch(eventNo,seq); if (ret < 0) { //DbStandardDBAX().dbRollback(); d.Error()<<"To deal with failure!\n"<dispatch(eventNo,seq); }