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. More...
 

Variables

CORBA::ORB_ptr orb
 

Function Documentation

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

Definition at line 183 of file eventf.cc.

References orb.

Referenced by 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().

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

Definition at line 166 of file eventf.cc.

Referenced by main().

Variable Documentation

CORBA::ORB_ptr orb

Definition at line 60 of file eventf.cc.

Referenced by getChannel(), and main().