#include <HxUserOpsGenSvt.h>
Inheritance diagram for HxUserOpsGenSvt::
Public Methods | |
HxUserOpsGenSvt (HxServerBase *) | |
virtual | ~HxUserOpsGenSvt () |
void | HxOpenTrecDB (const char *indexFile, const char *dbDir) throw (CORBA::SystemException) |
void | HxEndTrack () throw (CORBA::SystemException) |
char * | MyStringFunction () throw (CORBA::SystemException) |
Protected Attributes | |
HxServerBase * | _server |
|
00016 : _server(s) 00017 { 00018 } |
|
00021 { 00022 } |
|
00029 { 00030 /*void*/ ::HxOpenTrecDB(indexFile, dbDir); 00031 } |
|
Reimplemented from POA_HxCorba::UserOps.
00038 { 00039 /*void*/ ::HxEndTrack(); 00040 } |
|
Reimplemented from POA_HxCorba::UserOps.
00047 { 00048 HxString _result = ::MyStringFunction(); 00049 00050 return CORBA::string_dup(_result.c_str()); 00051 } |
|
Reimplemented in HxGlobalOpsServant. |