Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

rungremlin.cc

Go to the documentation of this file.
00001 #include "unigremlin.h"
00002 #include "wvstring.h"
00003 #include <stdio.h>
00004 
00005 int main(int argc, char *argv[])
00006 {
00007     WvString moniker = argv[0];
00008     WvString key = argv[1];
00009     UniConfGremlin g(moniker, key, 5);
00010     printf("Gremlin created\n");
00011     g.start();
00012     printf("%s", g.status());
00013     return 0;
00014 }

Generated on Sat Mar 13 14:55:16 2004 for WvStreams by doxygen 1.3.6-20040222