#include "getopt.h"
#include <iostream.h>
#include "CosEventComm.hh"
#include "CosEventChannelAdmin.hh"
#include "naming.h"
Go to the source code of this file.
Classes | |
class | Consumer_i |
Functions | |
static void | usage (int argc, char **argv) |
int | main (int argc, char **argv) |
The main process entry point. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
The main process entry point.
Also serves as the 'ServiceMain' entry point on Windows.
Definition at line 168 of file pullcons.cc.
References Consumer_i::Consumer_i(), getopt(), optarg, optind, orb, str2name(), and usage().
static void usage | ( | int | argc, | |
char ** | argv | |||
) | [static] |
Definition at line 506 of file pullcons.cc.