source: trunk/gsdl/micotest.cpp@ 2173

Last change on this file since 2173 was 2173, checked in by cs025, 23 years ago

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

  • Property svn:keywords set to Author Date Id Revision
File size: 126 bytes
Line 
1#include <iostream.h>
2#include <mico/version.h>
3
4char version[] = MICO_VERSION;
5
6int main()
7{
8 cout << version;
9 exit(0);
10}
Note: See TracBrowser for help on using the repository browser.