Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
| | |||||
* | added #include of Env_Value_T.h | levine | 1998-05-01 | 1 | -0/+2 |
| | |||||
* | added protection against multiple inclusion | levine | 1998-01-02 | 1 | -4/+4 |
| | |||||
* | * tests/Env_Value_Test.cpp (main): Changed the definition of the | cleeland | 1998-01-02 | 1 | -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 *** | schmidt | 1998-01-02 | 1 | -1/+1 |
| | |||||
* | * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which is | cleeland | 1997-12-31 | 1 | -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. |