#include <stdlib.h>
#include <signal.h>
#include <iostream>
#include <omniEvents/EventChannel.h>
Go to the source code of this file.
Functions | |
void | myShutdown (int signum) |
Signal handler. | |
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 54 of file channel.cc.
References OmniEvents::EventChannel_i::activate(), OmniEvents::Orb::inst(), myShutdown(), and orb.
void myShutdown | ( | int | signum | ) |
Signal handler.
Definition at line 49 of file channel.cc.
References OmniEvents::Orb::inst().
Referenced by main().