FACT++
1.0
|
#include <dic.hxx>
Public Member Functions | |
DimBrowser () | |
~DimBrowser () | |
int | getServices (const char *serviceName) |
int | getServers () |
int | getServerServices (const char *serverName) |
int | getServerClients (const char *serverName) |
int | getServices (const char *serviceName, int timeout) |
int | getServers (int timeout) |
int | getServerServices (const char *serverName, int timeout) |
int | getServerClients (const char *serverName, int timeout) |
int | getNextService (char *&service, char *&format) |
int | getNextServer (char *&server, char *&node) |
int | getNextServer (char *&server, char *&node, int &pid) |
int | getNextServerService (char *&service, char *&format) |
int | getNextServerClient (char *&client, char *&node) |
Private Attributes | |
TokenString * | itsData [5] |
int | currIndex |
char * | currToken |
char | none |
DimRpcInfo * | browserRpc |