summaryrefslogtreecommitdiff
path: root/TAO/tao/varout.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/tao/varout.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/tao/varout.h')
-rw-r--r--TAO/tao/varout.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/varout.h b/TAO/tao/varout.h
index 78db5b7ffe5..b41e140fc83 100644
--- a/TAO/tao/varout.h
+++ b/TAO/tao/varout.h
@@ -37,7 +37,7 @@ class TAO_Object_Field_T : public TAO_Object_Field
// The downcasting to the right type must be executed by classes
// with compile-time knowledge of the object type.
// The solution addopted in TAO is to create a special manager
- // class for that field,
+ // class for that field,
public:
TAO_Object_Field_T (void);
// default constructor
@@ -85,7 +85,7 @@ public:
// TAO extension for access to the underlying pointer.
virtual void _downcast (CORBA_Object* base_ptr,
- CORBA_Environment &_env = CORBA_Environment::default_environment ());
+ CORBA_Environment &_env = CORBA_Environment::default_environment ());
virtual CORBA_Object* _upcast (void);
virtual void _release (void);
// Implement the TAO_Object_Field methods.
@@ -703,7 +703,7 @@ public:
private:
T_ptr &ptr_;
};
-#endif /* 0 */
+#endif /* 0 */
#if defined (__ACE_INLINE__)
#include "tao/varout.i"