Lines Matching refs:ProgressLogImpl
51 class ProgressLogImpl : public ::dp_misc::MutexHolder, public t_log_helper class
59 virtual ~ProgressLogImpl();
62 ProgressLogImpl( Sequence<Any> const & args,
72 ProgressLogImpl::~ProgressLogImpl() in ~ProgressLogImpl()
77 void ProgressLogImpl::disposing() in disposing()
93 ProgressLogImpl::ProgressLogImpl( in ProgressLogImpl() function in dp_log::ProgressLogImpl
139 void ProgressLogImpl::log_write( OString const & text ) in log_write()
158 void ProgressLogImpl::push( Any const & Status ) in push()
167 void ProgressLogImpl::update( Any const & Status ) in update()
192 void ProgressLogImpl::pop() throw (RuntimeException) in pop()
199 sdecl::class_<ProgressLogImpl, sdecl::with_args<true> > servicePLI;