Esempio n. 1
0
void
IceAsync::GlobalTable::AMD_DistributedMap_waitForAllClients::ice_response()
{
    if(__validateResponse(true))
    {
        __response(true);
    }
}
Esempio n. 2
0
File: demo.cpp Progetto: xly931/demo
void
IceAsync::HSFoward::AMD_HSBnsProc_amdfun::ice_response(const ::std::string& __ret)
{
    if(__validateResponse(true))
    {
        try
        {
            ::IceInternal::BasicStream* __os = this->__os();
            __os->write(__ret);
        }
        catch(const ::Ice::Exception& __ex)
        {
            __exception(__ex);
            return;
        }
        __response(true);
    }
}
Esempio n. 3
0
void
IceAsync::GlobalTable::AMD_DistributedMap_putNget::ice_response(const ::std::string& counts)
{
    if(__validateResponse(true))
    {
        try
        {
            ::IceInternal::BasicStream* __os = this->__os();
            __os->write(counts);
        }
        catch(const ::Ice::Exception& __ex)
        {
            __exception(__ex);
            return;
        }
        __response(true);
    }
}