diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-06-16 18:37:55 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-06-16 18:37:55 +0000 |
commit | df26d9c293d2eb6d0991e13174f314c0e4bd9554 (patch) | |
tree | 9aa348016b774370b018d1b7508705c24f952d96 | |
parent | 3043b74cf39f9fa65a49cbeb8ba94c34fa6baf3c (diff) | |
download | ATCD-df26d9c293d2eb6d0991e13174f314c0e4bd9554.tar.gz |
Mon Jun 16 18:37:32 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r-- | CIAO/ChangeLog | 11 | ||||
-rw-r--r-- | CIAO/examples/Display/GPS/GPS_exec.cpp | 2 | ||||
-rw-r--r-- | CIAO/examples/Display/NavDisplay/NavDisplay_exec.cpp | 2 |
3 files changed, 11 insertions, 4 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index c249ea16888..b88d5553f76 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,10 @@ +Mon Jun 16 18:37:32 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com> + + * examples/Display/GPS/GPS_exec.cpp: + * examples/Display/NavDisplay/NavDisplay_exec.cpp: + + Untabify. + Mon Jun 16 12:45:00 UTC 2008 Simon Massey <sma at prismtech dot com> * CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl: @@ -9,8 +16,8 @@ Sat May 31 23:31:20 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu> * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc: - Modified to take advantage of MCPP preprocessing. - + Modified to take advantage of MCPP preprocessing. + Mon May 19 02:53:21 CDT 2008 Johnny Willemsen <jwillemsen@remedy.nl> * CIAO version 0.6.5 released. diff --git a/CIAO/examples/Display/GPS/GPS_exec.cpp b/CIAO/examples/Display/GPS/GPS_exec.cpp index 26aeee200fc..a350934a443 100644 --- a/CIAO/examples/Display/GPS/GPS_exec.cpp +++ b/CIAO/examples/Display/GPS/GPS_exec.cpp @@ -47,7 +47,7 @@ void MyImpl::GPS_exec_i::push_Refresh (HUDisplay::tick *) { // ACE_DEBUG ((LM_DEBUG, -// ACE_TEXT ("GPS: Received Refresh Event\n"))); +// ACE_TEXT ("GPS: Received Refresh Event\n"))); // Refresh position this->positionx_ += ACE_OS::rand () % DISPLACEMENT - (DISPLACEMENT/2); diff --git a/CIAO/examples/Display/NavDisplay/NavDisplay_exec.cpp b/CIAO/examples/Display/NavDisplay/NavDisplay_exec.cpp index 71500b4c95a..da1dbbd5ad1 100644 --- a/CIAO/examples/Display/NavDisplay/NavDisplay_exec.cpp +++ b/CIAO/examples/Display/NavDisplay/NavDisplay_exec.cpp @@ -21,7 +21,7 @@ MyImpl::NavDisplay_exec_impl::push_Refresh (HUDisplay::tick *ev) ACE_UNUSED_ARG (ev); // ACE_DEBUG ((LM_DEBUG, -// ACE_TEXT ("NAVDISPLAY: Received Refresh Event\n"))); +// ACE_TEXT ("NAVDISPLAY: Received Refresh Event\n"))); // Refresh position HUDisplay::position_var loc = |