Re: [dev] Problem in accessing HierarchyDataReadWriteAccess service

2005-04-11 Thread Kai Sommerfeld
adWriteAccess\"!\n"; exit(EXIT_FAILURE); } Reference< XNameContainer > xNC( HieDataReadWriteAcc, UNO_QUERY ); if(!xNC.is()) { cout<<"### cannot get intetrface \"XNameContainer\"!\n";

RE: [dev] Problem in accessing HierarchyDataReadWriteAccess service

2005-04-11 Thread Sunil Todi
NC.is()) { cout<<"### cannot get intetrface \"XNameContainer\"!\n"; exit(EXIT_FAILURE); } Reference< XComponent >::query( xContext )->dispose(); return 0; } Thanks and Regards, Su

Re: [dev] Problem in accessing HierarchyDataReadWriteAccess service

2005-04-08 Thread Joerg Barfurth
Hi Sunil, Sunil Todi wrote: Hi, I am trying to find the implementations of HierarchyDataReadWriteAccess and HierarchyDataReadAccess services. I tried services.rdb but couldn't locate them there. Do I need to download them separately and register?? Online documentation for these services can be f

[dev] Problem in accessing HierarchyDataReadWriteAccess service

2005-04-08 Thread Sunil Todi
Hi, I am trying to find the implementations of HierarchyDataReadWriteAccess and HierarchyDataReadAccess services. I tried services.rdb but couldn't locate them there. Do I need to download them separately and register?? Online documentation for these services can be found at http://api.openof