diff options
author | snowdrop | 2003-11-14 09:59:41 +0000 |
---|---|---|
committer | snowdrop | 2003-11-14 09:59:41 +0000 |
commit | a6dc0ddad2a42a0caa50b47a17b5cdd2445a3561 (patch) | |
tree | c4f18c325db2028a84c4a7bba4f737c0b32e21a0 /examples/ex1 | |
parent | ff560e7b424370d002fdb54e8428ad237be19e94 (diff) | |
download | csoap-a6dc0ddad2a42a0caa50b47a17b5cdd2445a3561.tar.gz csoap-a6dc0ddad2a42a0caa50b47a17b5cdd2445a3561.tar.bz2 |
develop
Diffstat (limited to 'examples/ex1')
-rw-r--r-- | examples/ex1/simple.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/ex1/simple.c b/examples/ex1/simple.c index 3aae7d5..3568865 100644 --- a/examples/ex1/simple.c +++ b/examples/ex1/simple.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: simple.c,v 1.1 2003/11/13 10:53:00 snowdrop Exp $ + * $Id: simple.c,v 1.2 2003/11/14 09:59:41 snowdrop Exp $ * * CSOAP Project: CSOAP examples project * Copyright (C) 2003 Ferhat Ayaz @@ -81,3 +81,7 @@ int main(int argc, char *argv[]) return 0; } + + + + |