summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_i.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
commit0902828269fb1a42ed23c208fd61bac76aaddc13 (patch)
tree5967e9ca7d44ed1d2823be9746817ebb8e025f5d /TAO/examples/Simple/echo/Echo_i.h
parente7788cff873f30e65d44d38db7cfafc175f748a3 (diff)
downloadATCD-0902828269fb1a42ed23c208fd61bac76aaddc13.tar.gz
changed include protection from #if !defined to ifndef, and added #pragma once, if possible
Diffstat (limited to 'TAO/examples/Simple/echo/Echo_i.h')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.h b/TAO/examples/Simple/echo/Echo_i.h
index c8214fefde9..d54b811fef8 100644
--- a/TAO/examples/Simple/echo/Echo_i.h
+++ b/TAO/examples/Simple/echo/Echo_i.h
@@ -17,7 +17,7 @@
//
// ============================================================================
-#if !defined (ECHO_I_H)
+#ifndef ECHO_I_H
#define ECHO_I_H
#include "EchoS.h"
@@ -41,7 +41,7 @@ public:
// Destructor.
virtual char *echo (const char *mesg,
- CORBA::Environment &env);
+ CORBA::Environment &env);
// Return the mesg string back from the server.
virtual void shutdown (CORBA::Environment &env);