OmniEvents
|
#include "getopt.h"
#include <iostream.h>
#include <cstdio>
#include "CosEventComm.hh"
#include "CosEventChannelAdmin.hh"
#include "naming.h"
Go to the source code of this file.
Classes | |
class | Supplier_i |
Functions | |
static omni_semaphore | connect_cond (0) |
static void | usage (int argc, char **argv) |
int | main (int argc, char **argv) |
The main process entry point. More... | |
|
static |
Referenced by main(), Supplier_i::pull(), and Supplier_i::try_pull().
int main | ( | int | argc, |
char ** | argv | ||
) |
The main process entry point.
Also serves as the 'ServiceMain' entry point on Windows.
Definition at line 212 of file pullsupp.cc.
References connect_cond(), getopt(), optarg, optind, orb, str2name(), and usage().
|
static |
Definition at line 447 of file pullsupp.cc.
Referenced by main().