diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-17 12:48:58 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-17 12:48:58 +0000 |
commit | 128cb90ea4c7f59bc9ba7e01f52eca7dac054d38 (patch) | |
tree | a47965841cf0ce0338eaeabd32a26d1003938a56 | |
parent | 624cbe5de6eb290ad13202dd8d0e212a8da18c89 (diff) | |
download | ATCD-128cb90ea4c7f59bc9ba7e01f52eca7dac054d38.tar.gz |
ChangeLogTag:Thu Jul 17 12:49:39 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | examples/NT_Service/main.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a3f636927a7..9debcf16600 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 17 12:49:39 UTC 2003 Don Hinton <dhinton@dresystems.com> + + * examples/NT_Service/main.cpp: + Added #include "ace/streams.h". + Thu Jul 17 06:21:30 2003 Chad Elliott <elliott_c@ociweb.com> * bin/MakeProjectCreator/modules/BorlandProjectCreator.pm: diff --git a/examples/NT_Service/main.cpp b/examples/NT_Service/main.cpp index 6c8d51fea73..4fa7d7eaef7 100644 --- a/examples/NT_Service/main.cpp +++ b/examples/NT_Service/main.cpp @@ -21,6 +21,7 @@ #include "ace/Get_Opt.h" #include "ntsvc.h" +#include "ace/streams.h" // Default for the -i (install) option #define DEFAULT_SERVICE_INIT_STARTUP SERVICE_AUTO_START |