diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-11 04:52:32 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-11 04:52:32 +0000 |
commit | 5bfcbc87a7a32c588f3c2703465683114c827b15 (patch) | |
tree | 20f09f16fd2bce3010b7cc99fbf036d732c7c8e1 /TAO/tao/Environment.h | |
parent | be336f052416767ee8356c206aed3b404ea0d863 (diff) | |
download | ATCD-5bfcbc87a7a32c588f3c2703465683114c827b15.tar.gz |
Standardized env name
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r-- | TAO/tao/Environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h index 0a5e4e94047..0f610077637 100644 --- a/TAO/tao/Environment.h +++ b/TAO/tao/Environment.h @@ -66,7 +66,7 @@ public: CORBA_Environment (const CORBA_Environment &env); // Copy constructor - CORBA_Environment &operator=(const CORBA_Environment& env); + CORBA_Environment &operator=(const CORBA_Environment &env); // Assingment ~CORBA_Environment (void); |