Main Page Alphabetical List Compound List File List Compound Members File Members
advertservice_find_tests.c File Reference#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "GAT.h"
#include "GATTestUtils.h"
Include dependency graph for advertservice_find_tests.c:
Go to the source code of this file.
|
Functions |
| int | main (int argc, const char *const argv[]) |
Variables |
| const char * | rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/advertservice_find_tests.c,v 1.4 2004/04/20 17:04:59 hartmutkaiser Exp $" |
Function Documentation
| int main |
( |
int |
argc, |
|
|
const char *const |
argv[] |
|
) |
|
|
|
|
Definition at line 41 of file advertservice_find_tests.c.
References GAT_SUCCEEDED, GAT_SUCCESS, GAT_TEST, GAT_TEST_FINISH, GAT_TEST_INIT, GAT_TEST_START, GAT_TEST_STOP, GAT_TEST_SUITE, GAT_TEST_TRACE, GATAdvertService, GATAdvertService_Create(), GATAdvertService_Destroy(), GATAdvertService_Find(), GATContext_Create(), GATContext_Destroy(), GATContext_GetType(), GATList_String_Begin(), GATList_String_Destroy(), GATList_String_End(), GATList_String_Get(), GATList_String_Next(), GATResult, GATTable_Add_String(), GATTable_Create(), GATTable_Destroy(), and GATType_GATContext. |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/simple/advertservice_find_tests.c,v 1.4 2004/04/20 17:04:59 hartmutkaiser Exp $" [static]
|
|
|