From 3e824e91146cc9e2454f54375d47e359aa21b8d4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 22 Jan 2010 06:34:20 +0000 Subject: Ok, I'm officially waging war on ParamProc. When enough programs have switched to OptParser I'm deleting it, it's stupid and ugly and I hate it! Ok, maybe not quite that bad, but OptParser is much better. I've marked ParamProc deprecated, many programs will start giving out warnings about that. --- src/paramproc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/paramproc.h') diff --git a/src/paramproc.h b/src/paramproc.h index b7dbae3..f76d4ca 100644 --- a/src/paramproc.h +++ b/src/paramproc.h @@ -92,6 +92,7 @@ namespace Bu } ArgSpec; public: + DEPRECATED ParamProc(); virtual ~ParamProc(); -- cgit v1.2.3