summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/client.cpp')
-rw-r--r--TAO/examples/Quoter/client.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/client.cpp b/TAO/examples/Quoter/client.cpp
index a685c33fdeb..7dec1d90a22 100644
--- a/TAO/examples/Quoter/client.cpp
+++ b/TAO/examples/Quoter/client.cpp
@@ -1,10 +1,14 @@
// $Id$
#include "ace/Read_Buffer.h"
+
#include "orbsvcs/CosNamingC.h"
+
#include "client.h"
-ACE_RCSID(Quoter, client, "$Id$")
+ACE_RCSID (Quoter,
+ client,
+ "$Id$")
Quoter_Task::Quoter_Task (int argc, char **argv)
: argc_ (argc), argv_ (argv)