From 93bf083d699c60f1ac40297bfa6783fb0cb800d8 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:15 +0000 Subject: Sync Author: jgg Date: 1998-10-30 07:53:30 GMT Sync --- test/scratch.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/scratch.cc b/test/scratch.cc index a8817bc41..7cd43c554 100644 --- a/test/scratch.cc +++ b/test/scratch.cc @@ -2,10 +2,21 @@ #include #include #include +#include -int main() +int main(int argc,char *argv[]) { signal(SIGPIPE,SIG_IGN); + +/* URI Foo(argv[1]); + cout << Foo.Access << '\'' << endl; + cout << Foo.Host << '\'' << endl; + cout << Foo.Path << '\'' << endl; + cout << Foo.User << '\'' << endl; + cout << Foo.Password << '\'' << endl; + cout << Foo.Port << endl; + + return 0;*/ pkgInitialize(*_config); -- cgit v1.2.3