summaryrefslogtreecommitdiff
path: root/apps/Orbix-Examples/Logger/logger_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Orbix-Examples/Logger/logger_i.cpp')
-rw-r--r--apps/Orbix-Examples/Logger/logger_i.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/Orbix-Examples/Logger/logger_i.cpp b/apps/Orbix-Examples/Logger/logger_i.cpp
index 1bee6b3f7e1..c71e8d88a9f 100644
--- a/apps/Orbix-Examples/Logger/logger_i.cpp
+++ b/apps/Orbix-Examples/Logger/logger_i.cpp
@@ -1,11 +1,13 @@
-// Implementation of the logger object.
// $Id$
+// Implementation of the logger object.
-#include "ace/OS.h"
#include <iostream.h>
+#include "ace/OS.h"
#include "logger_i.h"
+ACE_RCSID(Logger, logger_i, "$Id$")
+
// Select non-verbose logging by default.
logger_i::logger_i (int verbose)