diff options
author | msmit <msmit@remedy.nl> | 2011-02-15 10:15:34 +0000 |
---|---|---|
committer | msmit <msmit@remedy.nl> | 2011-02-15 10:15:34 +0000 |
commit | c418598e5798e4d4ff1a0e21a666062ac338df25 (patch) | |
tree | 197ae2417a5003778e7d8ccec0781151eaac739f /CIAO | |
parent | 7a5e6c0b33ec0cb2eb0d599bdc3a9c752a9cfb62 (diff) | |
download | ATCD-c418598e5798e4d4ff1a0e21a666062ac338df25.tar.gz |
Tue Feb 15 10:11:12 UTC 2011 Marcel Smit <msmit@remedy.nl>
* tests/CIF/Events/client.cpp:
Added quotes.
Diffstat (limited to 'CIAO')
-rw-r--r-- | CIAO/ChangeLog | 5 | ||||
-rw-r--r-- | CIAO/tests/CIF/Events/client.cpp | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index 03fd1be865b..fc1cd0d6ae6 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 15 10:11:12 UTC 2011 Marcel Smit <msmit@remedy.nl> + + * tests/CIF/Events/client.cpp: + Added quotes. + Tue Feb 15 10:07:30 UTC 2011 Marcel Smit <msmit@remedy.nl> * tests/CIF/Events/client.cpp: diff --git a/CIAO/tests/CIF/Events/client.cpp b/CIAO/tests/CIF/Events/client.cpp index 8ab34266dad..51c246f70ba 100644 --- a/CIAO/tests/CIF/Events/client.cpp +++ b/CIAO/tests/CIF/Events/client.cpp @@ -1,7 +1,7 @@ // $Id$ -#include Common/CIF_Common.h -#include Component/CIF_ComponentC.h +#include "Common/CIF_Common.h" +#include "Component/CIF_ComponentC.h" #include <ccm/CCM_EventsC.h> |