summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/ctrlCHandler/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
commitabada90e3f84dc703b8ddc9efcbed8a946fadead (patch)
tree2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/test/IceUtil/ctrlCHandler/Client.cpp
parentremoving trace message (diff)
downloadice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip
Expanded tabs into spaces
Diffstat (limited to 'cpp/test/IceUtil/ctrlCHandler/Client.cpp')
-rw-r--r--cpp/test/IceUtil/ctrlCHandler/Client.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/test/IceUtil/ctrlCHandler/Client.cpp b/cpp/test/IceUtil/ctrlCHandler/Client.cpp
index 7f838b69eee..a71a95dba6c 100644
--- a/cpp/test/IceUtil/ctrlCHandler/Client.cpp
+++ b/cpp/test/IceUtil/ctrlCHandler/Client.cpp
@@ -23,13 +23,13 @@ void callback(int signal)
int main()
{
{
- cout << "First ignore CTRL+C and the like for 10 seconds (try it!)" << endl;
- CtrlCHandler handler;
- ThreadControl::sleep(Time::seconds(10));
-
- cout << "Then handling them for another 30 seconds (try it)" << endl;
- handler.setCallback(callback);
- ThreadControl::sleep(Time::seconds(10));
+ cout << "First ignore CTRL+C and the like for 10 seconds (try it!)" << endl;
+ CtrlCHandler handler;
+ ThreadControl::sleep(Time::seconds(10));
+
+ cout << "Then handling them for another 30 seconds (try it)" << endl;
+ handler.setCallback(callback);
+ ThreadControl::sleep(Time::seconds(10));
}
cout << "And another 10 seconds after ~CtrlCHandler" << endl;
ThreadControl::sleep(Time::seconds(10));