OFFIS DCMTK  Version 3.6.0
cmdlnarg.h
1 /*
2  *
3  * Copyright (C) 1994-2010, OFFIS e.V.
4  * All rights reserved. See COPYRIGHT file for details.
5  *
6  * This software and supporting documentation were developed by
7  *
8  * OFFIS e.V.
9  * R&D Division Health
10  * Escherweg 2
11  * D-26121 Oldenburg, Germany
12  *
13  *
14  * Module: dcmdata
15  *
16  * Author: Andrew Hewett
17  *
18  * Purpose: Provide prototype of command line argument gathering routine
19  * for OS environments which cannot pass arguments on the command line.
20  *
21  * Last Update: $Author: joergr $
22  * Update Date: $Date: 2010-10-14 13:15:40 $
23  * CVS/RCS Revision: $Revision: 1.10 $
24  * Status: $State: Exp $
25  *
26  * CVS/RCS Log at end of file
27  *
28  */
29 
30 #ifndef CMDLNARG_H
31 #define CMDLNARG_H
32 
33 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
34 
42 void prepareCmdLineArgs(int& argc, char** argv, const char* progname = "aProgram");
43 
44 #endif
45 
46 /*
47 ** CVS/RCS Log:
48 ** $Log: cmdlnarg.h,v $
49 ** Revision 1.10 2010-10-14 13:15:40 joergr
50 ** Updated copyright header. Added reference to COPYRIGHT file.
51 **
52 ** Revision 1.9 2009-11-04 09:58:07 uli
53 ** Switched to logging mechanism provided by the "new" oflog module
54 **
55 ** Revision 1.8 2007-11-29 14:30:35 meichel
56 ** Updated doxygen API documentation
57 **
58 ** Revision 1.7 2005/12/08 16:27:58 meichel
59 ** Changed include path schema for all DCMTK header files
60 **
61 ** Revision 1.6 2001/06/01 15:48:31 meichel
62 ** Updated copyright header
63 **
64 ** Revision 1.5 2000/04/14 16:01:22 meichel
65 ** Minor changes for thread safety.
66 **
67 ** Revision 1.4 2000/03/08 16:26:10 meichel
68 ** Updated copyright header.
69 **
70 ** Revision 1.3 1999/03/31 09:24:28 meichel
71 ** Updated copyright header in module dcmdata
72 **
73 ** Revision 1.2 1996/09/27 08:22:21 hewett
74 ** Added defines to protect from multiple inclusion.
75 **
76 ** Revision 1.1 1996/09/24 16:17:59 hewett
77 ** Moved from dcmdata/apps and dcmnet/apps (now part of the dcmdata library).
78 **
79 ** Revision 1.2 1996/09/03 11:39:01 hewett
80 ** Added copyright information.
81 **
82 ** Revision 1.1.1.1 1996/03/26 18:38:44 hewett
83 ** Initial Release.
84 **
85 ** Revision 1.1.1.1 1996/03/25 15:17:00 hewett
86 ** dcmnet DICOM network libraries. Adapted from CEN network libraries
87 ** for use with the DICOM C++ dcmdata toolkit.
88 **
89 ** Revision 1.1 1996/03/12 15:08:05 hewett
90 ** Main program argc, argv handling for environments which do not make
91 ** argc,argv available in main().
92 **
93 **
94 */
95 


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2