OmniEvents
eventf.cc File Reference
#include "getopt.h"
#include <iostream.h>
#include <cstdio>
#include "CosEventChannelAdmin.hh"
Include dependency graph for eventf.cc:

Go to the source code of this file.

Functions

static void usage (int argc, char **argv)
 
static CosEventChannelAdmin::EventChannel_ptr getChannel (const char *sior)
 
int main (int argc, char **argv)
 The main process entry point.
 

Variables

CORBA::ORB_ptr orb
 

Function Documentation

◆ getChannel()

static CosEventChannelAdmin::EventChannel_ptr getChannel ( const char *  sior)
static

Definition at line 183 of file eventf.cc.

References orb.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

The main process entry point.

Also serves as the 'ServiceMain' entry point on Windows.

Definition at line 63 of file eventf.cc.

References getChannel(), getopt(), optind, orb, and usage().

◆ usage()

static void usage ( int  argc,
char **  argv 
)
static

Definition at line 166 of file eventf.cc.

Referenced by main().

Variable Documentation

◆ orb

CORBA::ORB_ptr orb

Definition at line 60 of file eventf.cc.

Referenced by Consumer_i::disconnect_push_consumer(), getChannel(), and main().