diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2010-01-22 06:34:20 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2010-01-22 06:34:20 +0000 |
| commit | 3e824e91146cc9e2454f54375d47e359aa21b8d4 (patch) | |
| tree | f82775c3e2246240e3dd06266dfc248fd096725c /src | |
| parent | 42f921e3dad53405f67463f57eefd52b095ee11f (diff) | |
| download | libbu++-3e824e91146cc9e2454f54375d47e359aa21b8d4.tar.gz libbu++-3e824e91146cc9e2454f54375d47e359aa21b8d4.tar.bz2 libbu++-3e824e91146cc9e2454f54375d47e359aa21b8d4.tar.xz libbu++-3e824e91146cc9e2454f54375d47e359aa21b8d4.zip | |
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.
Diffstat (limited to '')
| -rw-r--r-- | src/paramproc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 92 | } ArgSpec; | 92 | } ArgSpec; |
| 93 | 93 | ||
| 94 | public: | 94 | public: |
| 95 | DEPRECATED | ||
| 95 | ParamProc(); | 96 | ParamProc(); |
| 96 | virtual ~ParamProc(); | 97 | virtual ~ParamProc(); |
| 97 | 98 | ||
