Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved ACE_Convert specializations from .i file to .h file, because the ↵ | levine | 1998-02-19 | 1 | -54/+0 |
| | | | | resulted in multiple instantiations with ACE_INLINE disabled | ||||
* | Added conversion function for unsigned short. | nanbor | 1998-01-20 | 1 | -0/+6 |
| | |||||
* | Added static cast in short and int conversion function. | nw1 | 1998-01-09 | 1 | -2/+2 |
| | |||||
* | (strtoul): moved the Linux/Alpha hack from Env_Value_T.i to OS.i | levine | 1998-01-06 | 1 | -6/+0 |
| | |||||
* | (ACE_Convert, u_long): use ::strtol and cast the result to an unsigned long ↵ | levine | 1998-01-06 | 1 | -0/+6 |
| | | | | on Linux/Alpha | ||||
* | * tests/Env_Value_Test.cpp (main): Changed the definition of the | Chris Cleeland | 1998-01-02 | 1 | -2/+7 |
| | | | | | | 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 | -17/+20 |
| | |||||
* | * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which is | Chris Cleeland | 1997-12-31 | 1 | -0/+91 |
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. |