Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

flow_version.h

00001 // Copyright (C) 2001 Jean-Marc Valin
00002 
00003 
00004 #ifndef FLOW_VERSION_H
00005 #define FLOW_VERSION_H
00006 
00007 #ifdef HAVE_CONFIG_H
00008 #  include <config.h>
00009 #endif
00010 
00011 #include <stdlib.h>
00012 
00013 namespace FD {
00014         
00015 #define FLOWDESIGNER_ABI_VERSION "dev-2004-05-25"
00016 
00017 extern "C" {
00018 int version_check(const char *vers, const char *abi_vers, const char *unused_vers=NULL);
00019 }
00020 
00021 static int dummy_version_check = version_check(FLOWDESIGNER_VERSION, FLOWDESIGNER_ABI_VERSION);
00022 
00023 
00024 }//namespace FD
00025 #endif

Generated on Wed Oct 5 14:28:55 2005 for FlowDesigner by  doxygen 1.4.4