summaryrefslogtreecommitdiff
path: root/ace/Env_Value_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* added #include of Env_Value_T.hlevine1998-05-011-0/+2
|
* added protection against multiple inclusionlevine1998-01-021-4/+4
|
* * tests/Env_Value_Test.cpp (main): Changed the definition of thecleeland1998-01-021-2/+0
| | | | | | TEST_THIS macro to be all on one line. While ugly, this helps in locating the line when ACE_ASSERT fails, since allowing the macro to have multiple lines skews the line # reported by ACE_ASSERT.
* *** empty log message ***schmidt1998-01-021-1/+1
|
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which iscleeland1997-12-311-0/+12
a typesafe encapsulation of environment variables with the ability to provide a value to be used as a default if the variable isn't set. An example of its use can be seen in the corresponding test, tests/Env_Value_Test.cpp. * tests/Env_Value_Test.cpp: Added test for the new template added above. * tests/Makefile: Added new Env_Value_Test test to the Makefile.