FACT++  1.0
void * DimRpcInfo::getData ( )

Definition at line 786 of file diccpp.cxx.

References dim_wait(), and DimInfo::itsData.

787 {
788  while(!wakeUp)
789  {
790 #ifdef __VMS
791  sys$hiber();
792 #else
793  dim_wait();
794 #endif
795  }
796 /*
797  if(DimClient::getNoDataCopy() == 1)
798  {
799  if(!DimCore::inCallback)
800  return (void *)0;
801  }
802 */
803  return this->itsData;
804 }
int dim_wait(void)
Definition: dim_thr.c:409
void * itsData
Definition: dic.hxx:356
int wakeUp
Definition: dic.hxx:361

+ Here is the call graph for this function: