GridLab
Grid Application Toolkit

A simple API for Grid Applications
GAT

Menu



Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

GATVersion.c

Go to the documentation of this file.
00001 /** @file GATVersion.c
00002  *  Source file contains the versioning functions for the GAT engine.
00003  *
00004  *  @date Mon Apr 05 2004
00005  *
00006  *  @version $Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/src/GATVersion.c,v 1.1 2004/04/05 19:40:45 hartmutkaiser Exp $
00007  *
00008  *  Copyright (C) Hartmut Kaiser
00009  *  This file is part of the GAT Engine.
00010  *  Contributed by Hartmut Kaiser <hartmutkaiser [at] t-online [dot] de>.
00011  *
00012  *  Use, modification and distribution is subject to the Gridlab Software
00013  *  License. (See accompanying file GLlicense.txt or copy at
00014  *  http://www.gridlab.org/GLlicense.txt)
00015  */
00016 
00017 static const char *rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/src/GATVersion.c,v 1.1 2004/04/05 19:40:45 hartmutkaiser Exp $";
00018 
00019 #include "GAT.h"
00020 #include "GATUtil.h"
00021 
00022 /** GATUtil_GetVersion
00023  *  
00024  *  Returns the version of the GAT engine.
00025  */
00026 GATuint32 GATUtil_GetVersion(void)
00027 {
00028   return GATVERSION_FULLVERSION;
00029 }